Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Minecraft
You last visited: Today at 06:44

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

Advertisement



[Bukkit] Problem mit Permissions

Discussion on [Bukkit] Problem mit Permissions within the Minecraft forum part of the Other Online Games category.

Reply
 
Old   #1
 
_,.:*~hancock454~*:._'s Avatar
 
elite*gold: 3
Join Date: Nov 2009
Posts: 807
Received Thanks: 205
[Bukkit] Problem mit Permissions

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.


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 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: true
        info:
            prefix: ''
            suffix: ''
            build: false
        inheritance:
        permissions:
            - 'general.spawn'
    Moderator:
        default: false
        info:
            prefix: 'Moderator'
            suffix: 'Mod'
            build: true
        inheritance:
            - Default
        permissions:
            - 'bar.foo'
            - 'backup.canbackup'
            - 'essentials.signs.mail.create'
            - 'essentials.signs.protection.create'
            - 'essentials.signs.protection.use'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.warp'
            - 'essentials.balance'
            - 'essentials.pay'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.list'
            - 'essentials.mail.send'
            - 'essentials.ban'
            - 'essentials.banip'
            - 'essentials.mute'
            - 'essentials.kick'
            - 'essentials.kickall'
            - 'essentials.unban'
            - 'essentials.unbanip'
            - 'essentials.heal'
            - 'essentials.god'
            - 'essentials.spawn'

    Spieler:
        default: false
        info:
            prefix: 'Player'
            suffix: 'Spieler'
            build: true
        inheritance:
            - Default
        permissions:
            - 'bar.foo'
            - 'essentials.help'
            - 'essentials.signs.mail.use'
            - 'essentials.signs.protection.create'
            - 'essentials.signs.protection.use'
            - 'essentials.signs.trade.create'
            - 'essentials.signs.trade.use'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.warp'
            - 'essentials.balance'
            - 'essentials.pay'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.list'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.spawn'

    Admin:
        default: false
        info:
            prefix: 'Administrator'
            suffix: 'Admin'
            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:
    hancock454:
        group: Admin
        permissions:
            - 'essentials.reload'
    Phillor:
        group: Default
        permissions:
_,.:*~hancock454~*:._ is offline  
Old 03/31/2011, 17:23   #2
 
VRF's Avatar
 
elite*gold: 185
Join Date: May 2009
Posts: 1,389
Received Thanks: 197
Das geht nur wenn du das antibuild plugin auch drauf hast.
Edit:
Hier der Link:
VRF is offline  
Thanks
1 User
Old 03/31/2011, 17:27   #3
 
_,.:*~hancock454~*:._'s Avatar
 
elite*gold: 3
Join Date: Nov 2009
Posts: 807
Received Thanks: 205
So hab mir das hier runtergeladen, Server Restartet :Geht nicht



€: 600'er Post :>
_,.:*~hancock454~*:._ is offline  
Old 03/31/2011, 17:31   #4
 
VRF's Avatar
 
elite*gold: 185
Join Date: May 2009
Posts: 1,389
Received Thanks: 197
Müsste gehen steht übrigens auch in dem code drin :

Quote:
Originally Posted by _,.:*~hancock454~*:._ View Post
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.
VRF is offline  
Old 03/31/2011, 17:41   #5
 
_,.:*~hancock454~*:._'s Avatar
 
elite*gold: 3
Join Date: Nov 2009
Posts: 807
Received Thanks: 205
Geht aber nicht! Hatt jemand ne Lösung?
_,.:*~hancock454~*:._ is offline  
Old 03/31/2011, 19:46   #6
 
Killeroptik's Avatar
 
elite*gold: 30
Join Date: Jul 2009
Posts: 607
Received Thanks: 365
Hast du dein Server auf 1.4? Dann gehts nicht!
Killeroptik is offline  
Old 03/31/2011, 19:53   #7
 
Angeldust™'s Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 4,677
Received Thanks: 5,208
Eig musst du das unter Essentials einstellen o,O ...
config.yml öffnen und etwas nach unten Scrollen ... iwo unter EssentialsProtect ziemlich das letzte

Code:
    # Should people with build: false in permissions be allowed to build
    # Set true to disable building for those people
    build: [B]false[/B]
Setz das mal unter Essentials.config auf true dann geht das auch o,O !!
Angeldust™ is offline  
Old 03/31/2011, 19:55   #8
 
_,.:*~hancock454~*:._'s Avatar
 
elite*gold: 3
Join Date: Nov 2009
Posts: 807
Received Thanks: 205
Quote:
Originally Posted by Killeroptik View Post
Hast du dein Server auf 1.4? Dann gehts nicht!
Schau mal wann der Thread erstellt wurde, da gabs 1.4 noch garnicht :d
_,.:*~hancock454~*:._ is offline  
Reply


Similar Threads Similar Threads
[Bukkit] Permissions Plugin Tutorial
01/11/2013 - Minecraft Guides & Strategies - 21 Replies
Hallo Community, heute stell ich euch das Permissions Plugin in einem meiner Tutorials vor. Das Permissions Plugin dient dazu, Berufe oder User in Gruppen einzuteilen. Ebenfalls wird dadurch, die ANTI-Build Funktion unterstützt, so dass Neulinge die sich euren Server anschauen nicht rum griefen können. Dieses Video dient nur zur Installation. Eine Ingame Modifizierung muss hier nicht vorgenommen werden. Wie Ihr das Plugin installiert, ist euch einfach, auch für Laien, in meinem laggfreien...
Bukkit: Permissions und Essentials Chat
03/26/2011 - Minecraft - 3 Replies
Hey, ich hab wieder ein Problem mit Permission und dem Plugin EssentailsChat. ich möcht ganz einfach nur ein paar Gruppen hinzufügen, wie z. B Holzfäller oder Metzger. Aber das komische ist, das wenn ich mehr als 3 Gruppen hab kommt ne Fehlermeldung (ziemlich lang). Weiß einer warum das so ist? mit der er klappt:
hilfe bei bukkit+permissions+LWC
03/12/2011 - Minecraft - 2 Replies
hallo erstmal, also wie man es der überschrift sicherlich schon entnehmen kann, habe ich ein problem mit lwc auf meinem bukkit server (root) von allem ist jeweils die neuste erhältlich version auf dem server (zeitpunkt: 11.03.2011 ca. 9:00 Uhr) aber nun zu meiner eigentlichen frage/bitte: also, kennt sich jemand genau mit permissions aus und weiß wie ich da gruppen setzen kann das sie auch funktionieren - in meinem fall halt LWC. ich habe die sufu benutzt und google hat mich nach 3...
[FRAGE] [NEED HELP] bukkit+permissions+lwc
03/12/2011 - Minecraft - 1 Replies
hallo erstmal, also wie man es der überschrift sicherlich schon entnehmen kann, habe ich ein problem mit lwc auf meinem bukkit server (root) von allem ist jeweils die neuste erhältlich version auf dem server (zeitpunkt: 11.03.2011 ca. 9:00 Uhr) aber nun zu meiner eigentlichen frage/bitte: also, kennt sich jemand genau mit permissions aus und weiß ich ich da gruppen setzen kann das sie auch funktionieren - in meinem fall halt LWC. ich habe die sufu benutzt und google hat mich nach 3...
Bukkit Permissions?
01/26/2011 - Minecraft - 2 Replies
Hi habe mal eine frage zu Permissions muss er auf den server drauf um zb world Guard zum laufen zu bringen? weil es steht ja unten In ein Paar mod threads Works With Permissions Supporting Plugins General, Cleaner, iChat, AntiBuild, Essentials, LWC, Godmode, WorldEdit, WorldGuard, MyWarp, MyHome, Muter, WoolColor, PetitionPlugin, MCBans, SimpleWarp Oder ist mit Supporting was ganz anderes Gemeint?



All times are GMT +1. The time now is 06:45.


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.