Hero03 Posted April 4, 2015 Share Posted April 4, 2015 Hallo! Ich habe mir heute das PlugIn: DeathControl.jar rauf geladen weil ich möchte das die Spieler in der PVP wenn sie sterben nur ihren Kopf (Skin) verlieren aber nicht ihre Rüstung. Ich verstehe aber das PlugIn nicht da alles wie immer auf Englisch ist und es dazu kein Video Tutorial gibt. Auch in den Forums habe ich nicht viel gefunden außer das es manchen genau so geht wie mir. Ich muss eigentlich nur wissen wo man die Welten einträgt in das PlugIn wo das PlugIn wirken soll. Also auf welcher Welt was geschützt werden soll. Und wo man die Id eintragen muss oder das Wort von den Geganstand den man beim Tod sichern möchte. Ich möchte einfach das die Spieler ihre Rüstung nach den Tod behalten können aber Ihre Köpfe (Skin) verlieren. Habe auch keinen Minecraft Befehl gefunden wo man das Sepperat so einstellen kann. Angeblich muss man das in der config Datei einstellen können von DeathControl.jar Das hier ist die Einstellung wie sie gerade ist.Ich habe sie nicht verändert. # ====== Settings for DeathControl ====== # IMPORTANT: Do NOT use tabs in this file! Only use spaces! # # Documentation on how to set up this configuration can be found here: # http://dev.bukkit.org/bukkit-plugins/deathcontrol/pages/configuration/ disable-permissions: false logging-level: standard multi-world: allow-cross-world: true disabled-worlds: [] handlings: # These are some handlings for demonstration purposes. # Adjust them for your own needs. demo: priority-order: 1 timeout-on-disconnect: 15 conditions: - cause fall suicide - food-level > 0 actions: - keep-items - keep-experience - message %plugin-prefix%You're &e%victim-name% &rand %death-cause-formatted%. - message %plugin-prefix%&lThis is an example message - message %plugin-prefix%&lwhich is adjustable in the config. demo-with-price: priority-order: 1 cancel-message: &cYou don't have enough money! conditions: - killer-type zombie actions: - required charge 100 - keep-items !armor demo-with-command: priority-order: 2 timeout-on-disconnect: -1 cancel-message: | %plugin-prefix%You took too long! %plugin-prefix%Your items were dropped! conditions: - killer-type monster - -permission victim someplugin.testpermission actions: - message %plugin-prefix%Use &9/death back &rto get back your inventory. - wait command 30s - keep-items 75% - keep-experience 75% Das nächste Beispiel zeigt die lists.txt Datei an! Und das sind glaube ich die ID Namen oder ID's die man eintragen muss in der config Datei damit man die Sachen auch schützt.Auch hier habe ich nichts verändert. # ======= FILE INFORMATION ======= # Lines starting with # and empty lines will be ignored. # # Documentation about how to configure this file can be found at: # http://dev.bukkit.org/server-mods/deathcontrol/ $list armor DIAMOND_CHESTPLATE DIAMOND_HELMET DIAMOND_LEGGINGS DIAMOND_BOOTS IRON_CHESTPLATE IRON_HELMET IRON_LEGGINGS IRON_BOOTS LEATHER_CHESTPLATE LEATHER_HELMET LEATHER_LEGGINGS LEATHER_BOOTS CHAINMAIL_CHESTPLATE CHAINMAIL_HELMET CHAINMAIL_LEGGINGS CHAINMAIL_BOOTS $list diamondtools DIAMOND_AXE DIAMOND_HOE DIAMOND_PICKAXE DIAMOND_SPADE DIAMOND_SWORD $list advanced # Example: matches any undamaged tool with the durability/unbreaking enchantment { type = tool, data = 0, enchantment = durability } # Example: matches any armor with a protection enchantment of at least level 2, but only if it was renamed to exactly "Awesome" { type = armor, enchantment >= protection_environmental.2, name = Awesome } # More information available at the BukkitDev project (linked above). Könntet ihr mir da weiter helfen ? Ich suche schon seid Mittag im Internet herum und finde keine Lösung. Danke im voraus ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now