MrNaikito / towny

Automatically exported from code.google.com/p/towny
0 stars 1 forks source link

Permissions #1634

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I can not allow players to build a workbench in the wild. Even tho I used 
the right permission nodes.
2.
3.

What is the expected output? :
Allowing players to place craftingtables in the wild.

What do you see instead? :
You are not allowed to build in the wild.

What is your Towny version number? :
Latest

What is your TownyChat version number? :
Latest

What is your Bukkit version number? :
Build 2668

What operating system? :
Windows 7

Please use pastebin.com to link the following files:
- Your full server startup from server.log,
http://pastebin.com/MYB7NCU1
- Your towny config.yml,
http://pastebin.com/KZfnPfmn
- Your townyperms.yml,
http://pastebin.com/xuygdFh2
- Your permissions file.
http://pastebin.com/ftSuUiwx
In the case of chat-issues please link your:
- Chatconfig.yml
/
- Channels.yml
/

Skipping these files is not an option. It is the easiest way to diagnose an
issue ticket properly. If you do skip this step then your ticket will most
likely be deleted and you will be asked to resubmit.

Kind regards Erik

Original issue reported on code.google.com by Krimson...@gmail.com on 18 Mar 2013 at 1:36

GoogleCodeExporter commented 9 years ago
Remove all of the towny nodes from the pex file, those nodes are given to 
players via teh townyperms.yml

The only ones you keep are these:
    - towny.wild.build.58
    - -towny.wild.build.*
    - towny.wild.switch.*
    - towny.wild.destroy.*
    - towny.wild.item_use.*

Pex is really picky about the order of negating nodes. You might need to move 
the - -towny.wild.build.* up one line.

Original comment by LlmD...@gmail.com on 18 Mar 2013 at 3:35

GoogleCodeExporter commented 9 years ago

Original comment by LlmD...@gmail.com on 30 Mar 2013 at 3:17