RypoFalem / ArmorStandEditor

Bukkit plugin to allow players to edit armorstands without commands.
GNU General Public License v2.0
19 stars 67 forks source link

Reload Command #34

Open SavagePanda116 opened 3 years ago

SavagePanda116 commented 3 years ago

Hello, I know it says on the Spigot page that you're not accepting more feature requests, but it would be really helpful to have a '/ase reload' command to reload the config. I've been trying to set a custom tool for the armor stand editor so that regular Flint doesn't trigger the action bar messages or not allow people to open chests while holding it, but I'm having trouble figuring out how to set the requireToolLore and have to restart the entire server every time I try something with it, it's a little annoying.

RoboMWM commented 3 years ago

It's been a while since I've used this plugin but it very likely only checks if the material type matches, and doesn't bother with title/lore.

SavagePanda116 commented 3 years ago

Having a reload command would still be nice to change the item without having to restart the server. But there are 2 options in the config, requireToolData and requireToolLore which can be set to true or false and have an identifier that can be changed. If I set them to true and add something in the identifier, then normal Flint doesn't work to trigger the Armor Stand Editor GUI, which I wanted. But I can't get the custom Flint to work either, I can't figure out what I'm able to add as Data or Lore that will trigger the tool identifier, so I have to restart the server every time I change the options to try different things.

CloudeLecaw commented 3 years ago

image