And .. is it corrected ?
Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]
Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.
- Thread Status:
- Not open for further replies.
Page 65 of 226
Last edited by a moderator: Dec 28, 2018
Ghost or Tron ® likes this.
Can anyone who downloaded 3.1.5 (not 3.1.5b) download 3.1.5b? Just fixed user groups getting wiped.
ok i'll try ...
Result : The "groups :" is correct but "permissions:" is already "[]" !
3.1.5b fix lost "groups:" in "users.yml"
yes but what about lost "permissions:" in "users.yml" remplaced by "[]" ?
Yes, but i don't use "permissions:" on "users.yml".
So it stay clear. But it remplace by [] ... sure !
Before :
After :
EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Last edited by a moderator: Feb 15, 2019
I upgraded to 3.1.5b this morning, but you've crossed out your instructions above... /Confused
On another note, I install certain plugins, such as DeathTp, LWC, and Help, only for them to break all of the permissions that I've set up, reverting everyone back to the default group.
MyHome isnt fixed when i add it i get errors:
Code:[SEVERE] java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl 2011-06-09 11:27:00 [SEVERE] at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:54) 2011-06-09 11:27:00 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:182) 2011-06-09 11:27:00 [SEVERE] at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:140) 2011-06-09 11:27:00 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106) 2011-06-09 11:27:00 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232) 2011-06-09 11:27:00 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219) 2011-06-09 11:27:00 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146) 2011-06-09 11:27:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285) 2011-06-09 11:27:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422) 2011-06-09 11:27:00 [SEVERE] [Permissions] Unable to load permission data. 2011-06-09 11:27:00 [INFO] [Permissions] Shutting down Permissions due to error(s).
Though MyWarp works
And theres also something wrong with AutoHelp
Ive been creating my own script for my own script for personal entries for mysql using your database schema - https://github.com/TheYeti/Permissions/wiki/SQL-Database-Schema
What I cant work out is the format of parentorder in PrInheritance. It has to be an integer, cant be null, and needs to order group permissions or am I looking at this in the wrong way in that I rank different PrInheritance entries for one user? Meaning unless a user has >1 group inheritances, it will always be 1?
Update: I went with the schema and the idea PrInheritance/parentorder it should be 1 exlcuding where someone is in more than one groups, and it fails outright
A pain seeing as it took a few hours to encode all my permissions data
Ah, I was confused about the version fixes above thanks for clearing that up though...I'm guessing that those versions are of the other plugins? Do you know why they're clashing so violently?
Oh, you mean that. I thought you mean it being deleted and replaced. The "[]" is fine.
Do you have any of the (as of now incompatible) plugins listed in the first post? If there's an error in your console, post it in code tags.
I didn't say it was fixed in the release build, only the source, though flames just told me that it will be fixed in 2.0. I will be posting a temp fix for that soon.
I removed the MyX plugins, and everything's fine and dandy. Thank you
[2. Posting]I have installed Permissions now correctly and the commands work etc. , but i can't build!
I have turned build: false ---to---> build: true .
Groups File:
groups:
Default:
default: true
info:
prefix: '[Test]'
suffix: '[/]'
build: true <------ True!
inheritance:
permissions:
- 'foo.bar'
- 'pvptoggle.use'
- 'pvptoggle.command.toggle'
- 'pvptoggle.command.status'
- 'SpawnX.spawn'
Moderator:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'bar.foo'
Admins:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
- 'SpawnX.setspawn'
Users File:
users:
Terry23:
groups:
- Default (I think it doesn't matter if i am Default,Moderator or Admin)
permissions:
Maybe someone knows what's wrong.....or had the same problem.
<3 for this plugin!
Havent made the switch from 2.x yet but very happy to see the awesome development!
Does your permissions file contain all of the 4 space indents needed?
Putting it in code brackets keeps it indented rather than inlined
Not only those 4 plugins get the illegal access error. These plugins too:
WorldGuard
Heroicdeath
FalseBook
And these 3 are plugins I REALLY want to add. Thanks for the fix.
Can someone help me please? I am a newb bukkit server admin, but I have bukkit server running and a few plugins working fine. I cannot seem to get the Permissions plugin to work, and its needed for all the other plugins I want.
Questions:
1. All the guides / tutorials talk about the plugin creating a folder called "Permissions" but my version creates a folder called "Permissions-bin". Should I rename this or leave it? Am I totally blind? My other plugins load fine...
2. How much of the users and groups.yaml files do I have to edit? Can I just replace my name with Herpina or do I have to delete all the foo.bar data that is in there?
3. Do I have to run one of the executable jar files to get this thing to turn on for the first time? I have it set up as the guide tell me to but it just doesnt seem to be "latching" on to the game. Is my directory structure screwed?
As you can tell I know nothing of databases... sorry.
- Thread Status:
- Not open for further replies.