Okay, so i have BOSEconomy, but when i try to use it, the console says "You arent't allowed to use that" so, i go into the op and white-list files, make sure my name is in both, then go to my plugins folder, with BOSEconomy, and permissions. When i go to the Permissions folder, it is empty, and i don't think that opening the permissions.jar file will help any, because i don't know any java. If anyone could help me, that would be great. - NormTriple5
ok, this a bit all crumbled up, so do you have permissions, and inside the Permissions folder ( Found in the same area where all the plugins are at) do you see a folder named (''Rename-Me'') Unless you already renamed the folder to your world? Inside this folder, there should be 2 YML files , one of them is groups the other is users if your permissions folder is empty redownload permissions and run it
ok, i think (has been a while since i had the plugins folder open) that there wasn't anything inside the Permissions folder or anything I'll check though. Also i might use iConomy instead, easier to use EDIT2: I now have Permissions working, just i don't really get the formatting of yml code, and the explanation provided in the users.yml makes no sense. Do i add my name in front of the - Admins? Where do i put my name?
With the new permissions, you need to create your groups. Every group is one block. In the header of that block is the name. Make a folder in permissions with the world name. In that file put 'groups.yml' A group defined as SDonor with access to the deathchest plugin, the abilty to build, a yellow titel, and inherits from the donor group would look like this: Code: SDonor: default: false info: prefix: '&e' suffix: '&e' build: true inheritance: - Donor permissions: - tombstone.* A single asterisk denotes access to every command. Next, you need to add yourself to the admin group (assuming you would want to be and admin). The users are in a different file the same folder, named for the world. This is users.yml. In here, the info corresponds to groups.yml. To put a user named doombunnypwn in the admin group, the block would look like this: Code: doombunnypwn: permissions: groups: - Admin Hope this helped. NOTE: FOR PERMISSIONS 3.x
thanks for the help! i was just a bit confused about how to do the yml code for the users, it looked like it was set up just like the groups.yml, but i knew it wasn't. So what I'm also thinking is that you can add users, and have them default, but have access to for example, create a bank. This really helped, thanks DoomBunnyPwn
Okay, so I'm setting up the bukkit server again, (for 1.7.2-3) and for the inheritance, do i have to put anything there? I shouldn't think i should have to
Also, here is my new Groups.yml Code: groups: User: default: true info: prefix: suffix: build: true inheritance: permissions: - 'BlueTelePads.Use' Builder: default: false info: prefix: suffix: build: true inheritance: permissions: - 'warpplugin.warp' - 'warpplugin.set' - 'BlueTelePads.Use' Admin: default: false info: prefix: suffix: build: true inheritance: - Builder permissions: - 'warpplugin.warp' - 'warpplugin.set' - 'multiverse.world.create' - 'multiverse.world.import' - 'multiverse.world.remove' - 'multiverse.tp' - 'multiverse.world.setspawn' - 'multiverse.world.spawn' - 'multiverse.list' - 'BlueTelePads.Use' Moderator: default: false info: prefix: suffix: build: true inheritance: premissions: - 'warpplugin.warp' - 'warpplugin.set' - 'multiverse.world.create' - 'multiverse.world.import' - 'multiverse.world.remove' - 'multiverse.tp' - 'multiverse.world.setspawn' - 'multiverse.world.spawn' - 'BlueTelePad.Use' - 'BlueTelePad.Create' - 'multiverse.list' And my users.yml: Code: users: NormTriple5: permissions: - BlueTelePad.Create - BlueTeePad.Use groups: - Moderator kidrider206: permissions: groups: - Admin When i try to create a BlueTelePad, it doesnt let me. the error i get is: [TelePads]: You dont have permission to create a TelePad!
@NormTriple5 The correct permissions are BlueTelePads.Create and BlueTelePads.Use. You misspelled them in both the Moderator group and in your user permissions.
okay, originally, i had i that way, but i tired it, and it didnt work. so thats all i have to fix? seems simple enough, I'll let you know once i try it again EDIT: It still didnt work, even with the correct spelling and everything