Accidentally did something to my name and now i cant fix it....
gumguy99 opened this issue · 9 comments
Here is what my name looks like now.. I also tried to undo it using the suffix and prefix thing but that didn't help
https://gyazo.com/1611088a4ab043a3ef582de15ced8da2
Here is server log
] Edit by Stormbow: Removed server log / wall of text / train wreck. [
Copy your server log and permissions.yml file to Pastebin and leave links to each in this thread. Pasting your console log into this forum destroyed the formatting and corrupted characters.
I may also need to know which version of Minecraft and PEX you're running.
sorry... here is the right one
Try this file.
I corrected all of the mistakes I saw since the file was pretty small.
Errors I found:
• The schema-version: 1
line was in the wrong place. This is a critical error that would stop PEX from working correctly.
• Your "Member" and "Owner" groups were missing an inheritance:
section. This is a critical error that would stop PEX from working correctly.
• All groups had options:
settings outside of the options:
section. This wouldn't break anything, but I cleaned it up to make the file more tidy.
♦ Several groups inherit from a group named "Guest" which does not exist on the server, but I didn't remove that group from your inheritances (in case you planned on adding it to the server).
One error I missed and didn't fix:
• Line 41 (in the file I provided): towny.wild.block.[block id].*
is not a real permission node. You'd need to replace [block id]
with an actual block id number, or use a wildcard to include all of them. (i.e., towny.wild.block.*
)