morePlus

872 Downloads

This plugin allows you to create your own commands and items very simply. First download the plugin, and then put it in your plugins folder. After you run the server again, the plugin will have created its own folder! Inside that folder are two more folders, Commands and Items. When you go inside Commands you can create a .txt file (with any name) and you can put your very own command in there! Here is some syntax that I have made for items: (Don't put any extra spaces as they will come up in the name!)

    • Required
  • Name:<Name here>
  • ID:<Whatever ID you want it to have!>
  • Material:<Bukkit ID material>
    • If you want
  • Lore:<Lore here>
  • Lore:<2nd lore here>
  • CustomEnchantment:<Custom ID(see below at enchantments)>,<Level>
  • Enchantment:<Bukkit ID>,<Level>
  • CostOnCreate:<Amount here>

Here is Commands:

    • Required
  • Name:<Name here>
  • ID:<Whatever ID you want it to have!>
    • If you want:
  • Gamemode:<Number gamemode>
  • Command:<Any Command Here>
  • CustomCommand:<Custom ID>
  • Cost:<Amount here>
  • SendMessage:<Message here>
  • Custom syntax for send message below!

Here is enchantments:

    • Required
  • Name:<Name here>
  • ID:<Whatever ID you want it to have!>
    • If you want
  • Command:<Any Command Here>
  • CustomCommand:<Custom ID>
  • Lightning:<Look below>
  • Cost:<Amount here>

Lightning tags:

  • Attacker
  • Defender
  • Both

Here is Permissions:

    • Required
  • Name:<Name here>
  • Summon Id:<Custom Id here> or Command:<Command name here>

SendMessage syntax:

  • #{Player Name}
  • #{Player Health}
  • #{Gamemode Number}
  • #{Gamemode String}
  • #{World}
  • #{Integer X}
  • #{Double X}
  • #{Integer Y}
  • #{Double Y}
  • #{Integer Z}
  • #{Double Z}
  • #{Xp}
  • #{Xp Level}

SIDENOTE: It is recommended that all ID's you create have atleast 4 digits (this may change to increase the amount) but there is no limits to the amount! And please post any recommendations down below because this is still being coded, I may be able to do them!