Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Minecraft
You last visited: Today at 18:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Minecraft BUKKIT permissions Problem

Discussion on Minecraft BUKKIT permissions Problem within the Minecraft forum part of the Other Online Games category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2010
Posts: 8
Received Thanks: 0
Minecraft BUKKIT permissions Problem

Hallo,

Ich weiß, zu Permissions gibt es bereits viele Einträge, ich habe bei Google, hier im forum, in anderen Foren gesucht, aber leider nichts gefunden.
Hier mein Problem:
Ich habe einen minecraft 10 slot server bei monsterserver.de gemietet, kann auch joinen und soweiter, alles läuft. Bis auf Permissions. Ich bin als Admin eingetragen und die Admins Gruppe solltea auch bauen/abbauen können, jedoch kann das NIEMAND auf dem Server. Ich habe die FAQ von Permissions gelesen und alles ausprobiert - nichts hat geholfen.

Meine Plugins sind:

AdminCmd
BlocksOnGlass
DeathMessagePlugin
Essentials
FalseBook
FlamoyantFlock
iConomy
LWC
Permissions <-- PROBLEM!!
Regios
Simpleshop
WeatherControl
WorldEdit


Bis auf Permissions tun alle das was sie sollen (soweit ich das testen konnte da man für eineige ja bauen muss).


Hier meine globalGroups.yml:
Code:
##        
# AntiBuild is included with this.  To disable a group from being able to build then
# set the build: flag to false (build: false).  If you want a group to be able to build
# then set it to true. 
##
# Groups can contain inheritance.
#   To make a group inherit the permissions from another
#   group simply place the groups name in the "inheritance:" like so:
#
#   Example:
#       inheritance:
#           - Default
##
#   Globalized Permission settings:
#
#       If a permission contains periods (.) you can denote a globalized parameter:
#
#           - 'foo.*'
#
#       This will allow you to use all general commands.
#
##
#   Single Asterisk denotes all commands:
#
#       - '*'
##
#   To exempt a node use the - prefix like so:
#       - '-foo.bar'
##
#   prefix: and suffix: do not do anything on their own.  You need another outside plugin
#   such as iChat or HeroChat in order for these to do anything.
groups:
    Default:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: false
        inheritance:
        permissions:
            - 'deathmessageplugin.sendmessage'
			- 'deathmessageplugin.getmessage'
			- 'admincmd.player.list'
			- 'essentials.helpop'
			- 'essentials.suicide'
			- 'essentials.spawn'
	User:
        default: true
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
		    - Default
        permissions:
            - 'iConomy.access'
            - 'iConomy.bank.access'
			- 'iConomy.bank.deposit'
		    - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
			- 'lwc.protect'
			- 'simpleshop.buy'
			- 'simpleshop.sell'
	Moderator:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
            - Default
			- User
        permissions:
            - 'admincmd.time.day'      
			- 'admincmd.tp.to'         
			- 'admincmd.tp.players'    
			- 'admincmd.tp.from'
			- 'admincmd.player.loc'
			- 'admincmd.player.kill'
			- 'admincmd.player.msg'
			- 'admincmd.weather.clear' 
			- 'bog.torch'
			- 'bog.sign'
			- 'essentials.signs.mail.create'
			- 'essentials.signs.mail.use'
			- 'essentials.getpos'
			- 'essentials.depth'
			- 'essentials.top'
			- 'essentials.worth'
			- 'essentials.helpop'
			- 'essentials.kick'
			- 'essentials.weather'
			- 'falsebook.blocks'
			- 'regios.createdelete'
	Admins:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*'
            - 'lwc.admin' 
	    - 'simpleshop.price'
Und hier meine globalUsers.yml:

Code:
##
# Users denote which users are included in which group.
# TheNo1Yeti is in the Admin group
# Herpina is a member of the Moderator group but also has access
# to the herp.derp permissions
# Derpina is a member of the admin group but does not have access
# to the derp.derp permission node
# Users can have a prefix and suffix of their own.
##
users:
    xyz123:
        groups:
            - Admins
        permissions:
    xyz124:
        groups: 
            - Moderator
        permissions:
            - 'herp.derp'
    xyz125:
        groups: 
            - Admins
        info:
            prefix: '&4'            
        permissions:
            - '-derp.derp'
	BULLS3Y3:
	    groups:
		    - Admins
        info:
            prefix: 'Headadmin'		
		permissions:
            - ''
    diefettelasagne:
        groups:
            - Moderator
        permissions:
	Awesome:
	    groups:
		    - Moderator
		permissions
(die Default User hab ich in der globalGroups.txt drin gelassen um sie als Beispiel für mich selbst zu nehmen)

Ich hoffe ihr könnt mir helfen.

LG BULLSEYE!!!!
BULLSEYE!!!! is offline  
Old 06/02/2011, 15:21   #2
 
Jensi's Avatar
 
elite*gold: 102
Join Date: Mar 2006
Posts: 3,067
Received Thanks: 1,778
Dafür gibts nen Sammelthread



#closed
Jensi is offline  
Closed Thread


Similar Threads Similar Threads
Minecraft bukkit Permissions
05/20/2011 - Minecraft - 0 Replies
Hi habe mir ein server bestellt habe aber das problem wenn ich ein plugin draufmache und es benutzen will zb Commandbook steht da das ich nicht in der Permission bin so habe ich die permissions eingestellt Die Permissions heißt world.yml Default: default: true info: prefix: ''
Minecraft MP Bukkit 1.4 Permissions Hilfe!
04/13/2011 - Minecraft - 0 Replies
Ich kann als admin kein /cprivate mehr machen und der moderator kann kein /warp machen sowie auch der user . Ausserdem kann der user auch nicht iconomychestshop sachen erstellen oder kaufen hier mein permission code: # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you...
[Bukkit] Problem mit Permissions
03/31/2011 - Minecraft - 7 Replies
Moin, Hab nen kleines Problem und zwar funkt eig alles richtig gut mit permissions und essentials bis auf eine sache: die Defalut Gruppe kann bauen obwohl ich bei build: false habe. # System is no longer used, but may become used in the future # Copies is for multiple-world support # Put the name of the world you wish for it to be a clone of, otherwise leave it empty. # If this file is for your default world (the one in server.properties) then you must # leave copies blank. # ...



All times are GMT +1. The time now is 18:03.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.