markhughes / FactionsWarps

Warps inside of Factions
GNU General Public License v3.0
1 stars 4 forks source link

Deleting warps not working #7

Closed tehrenderr closed 8 years ago

tehrenderr commented 8 years ago

/f removewarp isn't a command and is not working properly with the latest version of factionwarps and factionsframework.

markhughes commented 8 years ago

What is your Factions version?

I was able to delete my warp. Could you please share your server log showing you executing the command? Please include a few lines above and below, also any stack traces if there are any errors.

The entire list of aliases are:

Have you assigned yourself the permission factions.warp.manage


[16:17:11 INFO]: MarkehMe issued server command: /f setwarp test
[16:17:12 INFO]: MarkehMe issued server command: /f warps
[16:17:15 INFO]: MarkehMe issued server command: /f warp test
[16:17:23 INFO]: MarkehMe issued server command: /f deletewarp test
tehrenderr commented 8 years ago

Found the error, http://pastebin.com/tX1qpUi9

markhughes commented 8 years ago

Do you specify an argument? e.g. /f deletewarp storage

tehrenderr commented 8 years ago

The error only pops up when I don't specify an argument. When I do specify an argument it does this: https://gyazo.com/903e52e76fe50e5833ed99fe542f2b15

markhughes commented 8 years ago

I see, this must be a problem with the arguments being added.

Can you try this build of FactionsFramework? It attempts to add arguments a different way.

FactionsFramework-1.1.2-SNAPSHOT.jar.zip

tehrenderr commented 8 years ago

Nope didn't work. Still got the same errors without arguments and with arguments it didn't do anything and just gave the "Use the command like this:" message.

markhughes commented 8 years ago

What is your version of Factions and MassiveCore?

tehrenderr commented 8 years ago

2.7.5 factions and massivecore

markhughes commented 8 years ago

I've been able to replicate this bug in 2.7.5, I'm releasing a temporary fix. This is an external bug in FactionsFramework.

markhughes commented 8 years ago

Temp fix is in latest FactionsWarps source. Bug should be followed upstream for now.