This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-01-21 17:24:26

67589jun
Scratcher
Registered: 2007-07-13
Posts: 1000+

Minecraft Bukkit Permissions Help

I'm renting a server, that uses bukkit. I put Towny, iConomy, SignShops,  and PermissionsBukkit 1.2
on it. I used this code, and it won't work!

Code:

plugin: 
  permissions: 
    system: 'default'
    copies: ''
groups: 
  Member: 
    default: ''
    info: 
      prefix: '|Member|'
      suffix: ''
      build: true
    inheritance: 'Rookie'
    permissions: 
      - 'towny.wild.*'
      - 'towny.town.*'
      - ' towny.town.toggle.*'
  Moderator: 
    default: ''
    info: 
      prefix: '|Mod|'
      suffix: ''
      build: true
    inheritance: 'Member'
    permissions: 
      - 'bukkit.command.ban'
      - 'bukkit.command.unban'
      - 'bukkit.command.kick'
      - 'bukkit.command.teleport'
      - 'towny.wild.*'
      - 'towny.town.*'
      - 'towny.town.toggle.*'
  Owner: 
    default: ''
    info: 
      prefix: '|Owner|'
      suffix: ''
      build: true
    inheritance: 'Moderator'
    permissions: 
      - 'towny.town.*'
      - 'towny.town.toggle.*'
      - 'towny.wild.*'
      - 'bukkit.command.ban'
      - 'bukkit.command.unban'
      - 'bukkit.command.kick '
      - 'bukkit.command.teleport '
  Rookie: 
    default: 'True'
    info: 
      prefix: '|Rookie|'
      suffix: ''
      build: true
    inheritance: ''
    permissions: 
      - 'towny.wild.*'
      - 'towny.town.resident'
      - 'towny.town.plot'
users: 
  Cococaleb: 
    group: 'Moderator'
    permissions: ''
  Jattl: 
    group: 'Owner'
    permissions: ''
  Marcster0101: 
    group: 'Moderator'
    permissions: ''
  Werrek: 
    group: 'Owner'
    permissions: ''

The mod and owners cannot destroy things such as blocks, and signshops doens't work either.


http://i.imgur.com/I1DuR.png

Offline

 

#2 2012-01-21 17:28:37

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

This should go in the official topic  hmm

Last edited by RedRocker227 (2012-01-21 18:06:27)


Why

Offline

 

#3 2012-01-21 17:36:27

Agentpieface
Scratcher
Registered: 2009-10-10
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

RedRocker227 wrote:

Official topic.

redrocker! 3-1 D:


http://media.tumblr.com/tumblr_lr7fywSZAG1qfj8fq.gif

Offline

 

#4 2012-01-21 17:36:37

67589jun
Scratcher
Registered: 2007-07-13
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

RedRocker227 wrote:

Official topic.

What do you mean by "official topic"? The minecraft topic?


http://i.imgur.com/I1DuR.png

Offline

 

#5 2012-01-21 17:39:22

Freakish
Scratcher
Registered: 2011-10-25
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

That should work, I'm not sure what's wrong.


http://i.imgur.com/y3RBV.jpg

Offline

 

#6 2012-01-21 18:06:02

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

67589jun wrote:

RedRocker227 wrote:

Official topic.

What do you mean by "official topic"? The minecraft topic?

Yes. This should go there.


Why

Offline

 

#7 2012-01-21 18:07:26

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

Agentpieface wrote:

RedRocker227 wrote:

Official topic.

redrocker! 3-1 D:

Just as I predicted  hmm


Why

Offline

 

#8 2012-01-21 18:19:12

67589jun
Scratcher
Registered: 2007-07-13
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

Code:

# Unclaimed Zone settings.
unclaimedZoneBuild=true
unclaimedZoneDestroy=true
unclaimedZoneSwitch=true
unclaimedZoneItemUse=true
unclaimedZoneName=Wilderness

I found these setting that aren't letting it work. whenever I restart the server, it all goes to false. whenever I set them back to true, I have to restart the server to re-load the document.


http://i.imgur.com/I1DuR.png

Offline

 

#9 2012-01-21 19:18:47

Nexstudent
Scratcher
Registered: 2010-02-07
Posts: 1000+

Re: Minecraft Bukkit Permissions Help

do they have their basic "modifyworld" permissions...?


http://img696.imageshack.us/img696/9325/vedder.jpg

Offline

 

Board footer