Register for your free account! | Forgot your password?

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

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

Advertisement



Minecraft Permissions Problem Moderator setzen?

Discussion on Minecraft Permissions Problem Moderator setzen? within the Minecraft forum part of the Other Online Games category.

Reply
 
Old   #1
 
minecraft_dohm's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 16
Received Thanks: 0
Minecraft Permissions Problem Moderator setzen?

Hey leute habe ein Problem und ich möchte einen Freund Moderator machen aber er bekommt aus irgendeinem Grund keine Rechte.
Obwohl ich doch eigentlich alles richtig eingestellt habe.
Und bei meinem anderem Freund klappt es.
Naja seht es euch bitte an

Permissions:
minecraft_dohm is offline  
Old 04/02/2011, 10:09   #2
 
elite*gold: 51
Join Date: Nov 2010
Posts: 484
Received Thanks: 60
seh keinen fehler

kopier es einfach mal hier rein und kuk was rauskommt

wenn keine felher angezeigt werden sollte alles inordnungsein
empiremen is offline  
Old 04/02/2011, 11:00   #3
 
minecraft_dohm's Avatar
 
elite*gold: 0
Join Date: Mar 2011
Posts: 16
Received Thanks: 0
Quote:
Originally Posted by empiremen View Post
seh keinen fehler

kopier es einfach mal hier rein und kuk was rauskommt

wenn keine felher angezeigt werden sollte alles inordnungsein
habs mal gemacht
nun steht da

Output
ERROR:

while parsing a block collection
in "<unicode string>", line 1, column 1:
- just: write some
^
expected <block end>, but found '?'
in "<unicode string>", line 18, column 1:
plugin:
^
minecraft_dohm is offline  
Old 04/02/2011, 11:20   #4
 
elite*gold: 51
Join Date: Nov 2010
Posts: 484
Received Thanks: 60
wenn du möchtest kann ich dir unseren permissions ordner geben hast ne pn
empiremen is offline  
Old 04/02/2011, 11:45   #5
 
elite*gold: 0
Join Date: Mar 2011
Posts: 146
Received Thanks: 73
hast du noch eine Txt datei users wenn ja kannste da so mod machen blabla:mods oder wie das geht mit admin geht das so blabla:admins
.AsterriX is offline  
Old 04/02/2011, 11:51   #6
 
elite*gold: 151
Join Date: Nov 2010
Posts: 512
Received Thanks: 129
Python spuckt dir folgendes aus:
{'Admins': None,
'Default': None,
'GaLeMa00': None,
'Gamemaster': None,
'Moderator': None,
'Neckrid': None,
'alabis99': None,
'build': True,
'copies': None,
'default': False,
'derdohm': None,
'group': 'Admins',
'groups': None,
'info': None,
'inheritance': None,
'permissions': ['-derp.derp'],
'plugin': None,
'prefix': '',
'suffix': '',
'system': 'default',
'users': None}

€: Ich habe dir mal den "Moderator-Teil" rot angestrichen:

# 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.
# Example: copies: Derp - This will clone the permissions of the world Derp
#
# Make sure to rename this file to the name of the world that is in sever.properties under
# level-name. So if it is level-name: world then this should be world.yml and in the
# plugins/Permissions directory (ie. plugins/Permissions/world.yml)
#
# NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
# doing this is to use Notepad++ and replace the tab with 4 spaces.
plugin:
permissions:
system: default
copies:

##
# 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
##
# All permissions including the asterisks must be placed in single quotes.
# like so:
#
# - 'foo.bar'
#
# Otherwise errors will happen!
##
# 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:
#
# - '*'
# If you give a group this permissions, do not have the group inherit any permissions
# from other groups. Any users assigned to this group should NOT be given any additional
# permissions either.
##
# 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: false
info:
prefix: '&f[&fUser&f] &d'
suffix: '&f'
build: true
inheritance:
permissions:
- 'general.spawn'
- 'foo.bar'
- 'lwc.protect'
Gamemaster:
default: false
info:
prefix: '&f[&aGM&f] &b'
suffix: '&2'
build: true
inheritance:
- Default
permissions:
- 'general.teleport'
- 'general.teleport.here'
- 'godPowers.godmode'
- 'godPowers.heal'
- 'godPowers.godmodeOnLogin'

Moderator: Mod1/Mod2
default: false
info:
prefix: '&f[&aMoD&f] &b'
suffix: '&2'
build: true
inheritance:
- Default
permissions:
- 'bar.foo'
- 'general.time'
- 'general.teleport'
- 'general.teleport.here'
- 'general.player-info'
- 'lwc.mod'
- 'magiccarpet.mc'
- 'godPowers.godmode'
- 'godPowers.godmodeOnLogin'
- 'godPowers.die'
- 'godPowers.heal'
- 'godPowers.superjump'

Admins:
default: false
info:
prefix: '&f[&4Admin&f] &d'
suffix: '&e'
build: true
inheritance:
permissions:
- '*'

##
# 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 also have a prefix and suffix as seen with Herpina
##
users:
derdohm:
group: Admins
permissions:

Neckrid:
group: Moderator
info:
prefix: ''
suffix: ''
permissions:
- 'herp.derp'

GaLeMa00:
group: Moderator
permissions:
- 'herp.derp'

alabis99:
group: Admins
permissions:
- '-derp.derp'
¿Mattthias? is offline  
Old 04/02/2011, 13:18   #7
 
Metzer's Avatar
 
elite*gold: 130
Join Date: Feb 2010
Posts: 7,443
Received Thanks: 2,756
Quote:
Originally Posted by ¿Mattthias? View Post
gekürzt
Der Name muss unten rein.

Kann sein das du Bukkit für die 1.4 benutzt?
Da geht Permissions nicht.
Metzer is offline  
Old 04/04/2011, 16:19   #8
 
elite*gold: 0
Join Date: Jul 2009
Posts: 56
Received Thanks: 2
falls du Bukkit für 1.4 nehmen möchtest empfehle ich dir:

und der download:

Musste auf das EI klicken
Mr131994 is offline  
Reply


Similar Threads Similar Threads
[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. # ...
Eigener Minecraft Server [Moderator setzen?]
03/31/2011 - Minecraft - 4 Replies
Hey habe nun einen Bukkit Test Server. Und da ich nicht möchte das ich jeden im Team Admin machen möchte wollte ich fragen wie man jemanden als Moderator setzt?. Oder gibt es dafür ein Plugin? Hätte gerne Informationen darüber :)
Permissions Problem/Frage
03/23/2011 - Minecraft - 4 Replies
Hey ! Hab bei Permissions alles hingekreigt, nur hab ich nun der default Gruppe keine Rechte außer /spawn gegeben. Steht auch alles drin wie es gehört, aber irgendwie können sie kein /spawn benutzen. Die User Gruppe hat mehr, auch diese kann nichts von den Commands die ich zugewiesen habe. Einer eine Idee ? Bei Admins funzt alles wunderbar ( Der Stern der alle Rechte gibt ;o )



All times are GMT +2. The time now is 10:02.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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