ldtteam / Rankup

Minecraft Sponge Auto-ranking plugin
2 stars 1 forks source link

needed on-the-go reload commands #7

Closed Philosyang closed 6 years ago

Philosyang commented 6 years ago

server-type: Sponge 1.10.2 newest stable It is too bad every time after I changed something in the rankup configurations, I needed to restart the server for the plugin to reload... Hopefully can add some commands such as /ru reload or /ru reload [filename], that would be very helpful!

Asherslab commented 6 years ago

if you use the standard /sponge plugins reload it will reload Most configs (Haven't checked them all, sorry)

Bucky420 commented 6 years ago

if u want sponge to reload u have to hook the sponge reload event ... u dont do this .. so reload does not work

Asherslab commented 6 years ago

@codydbgt yes i do https://github.com/ldtteam/Rankup/blob/111e8800a8ed12c36c0616da0d3b0b0f8ae540d0/src/main/java/com/minecolonies/rankup/Rankup.java#L161