Bukkit Lwc hilfe

03/27/2011 21:21 .Innocence#1
Hey Com,

Problem ist diesesmal folgendes wenn ich /lwc mache kommt

an internal error occured while attempting to perform this command

hier ist einmal meine permission

03/27/2011 21:35 Angeldust™#2
Auf den ersten Blick seh ich nichts falsches an deiner Permissions Config.

Wäre besser wenn du sie in nen [Code][/ Code] packst

Sag doch bitte mal was für PlugIns du ansonsten so hast. Vlt hat eines Interferenzen mit LWC.. das is recht störanfällig.
03/27/2011 22:58 .Innocence#3
Code:
- just: write some
- yaml: 
  - [here, and]
  - {then: press, control: enter}
# 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.
#   Does not work for the default world.
plugin:
    permissions:
        system: default
        copies:

##
# 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:
#
#       - 'general.spawn'
#
#   Otherwise errors will happen!
##
#   Globalized Permission settings:
#
#       If a permission contains periods (.) you can denote a globalized parameter:
#
#           - 'general.*'
#
#       This will allow you to use all general commands.
#
##
#   Single Asterisk denotes all commands:
#
#       - '*'
##
#   To exempt a node use the - prefix like so:
#       - '-general.time'
##
groups:
    Gast:
        default: true
        info:
            prefix: ''
            suffix:
            build: false
        inheritance: 
        permissions:
            - 'general.spawn'
    Bewohner:
        default: false
        info:
            prefix: ''
            suffix:
            build: true
        inheritance: 
        permissions:
			- 'essentials.getpos'
            - 'essentials.top'
            - 'essentials.back'
            - 'essentials.back.ondeath'
            - 'essentials.sethome'
            - 'essentials.home'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.list'
            - 'essentials.mail'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.time'
            - 'essentials.spawn'
            - 'lwc.protect'


      
    MOD:
        default: false
        info:
            prefix: ''
            suffix:
            build: true
        inheritance:
            - Default
        permissions:
            - 'general.player-info'
            - 'essentials.getpos'
            - 'essentials.top'
            - 'essentials.back'
            - 'essentials.back.ondeath'
            - 'essentials.tp'
            - 'essentials.tphere'
            - 'essentials.tppos'
            - 'essentials.sethome'
            - 'essentials.home'
            - 'essentials.setwarp'
            - 'essentials.warp'
            - 'essentials.delwarp'
            - 'essentials.msg'
            - 'essentials.afk'
            - 'essentials.rules'
            - 'essentials.motd'
            - 'essentials.list'
            - 'essentials.mail'
            - 'essentials.mail.send'
            - 'essentials.helpop'
            - 'essentials.nick'
            - 'essentials.clearinventory'
            - 'essentials.mute'
            - 'essentials.kick'
            - 'essentials.tree'
            - 'essentials.bigtree'
            - 'essentials.spawn'
            - 'essentials.item'
            - 'essentials.time'
            - 'lwc.mod'
         
		 
    ADMIN:
        default: false
        info:
            prefix: ''
            suffix:
            build: true
        inheritance:
        permissions:
            - '*'
            
##
# DarkGrave has control over all commands.
##
users:
        TheBattlemage
        group: ADMIN
        permissions:
         Xylo
        group: ADMIN
        permissions:
andere plug ins wären :

Authorize
BigBrother
Elevators
Essentials
Essentials Group Manager
EssentialsChat
Essentials Group Bridge
Essentials Group Manager
Essentials Protect
Essentials Serverlist
Essentials Spawn
chatbukkit und scrapbukkit
LWC
Permissions
Worldedit
worldguard
03/27/2011 23:04 Angeldust™#4
Lösch mal Essentials Group Manager und Essentials Group Bridge beide jeweils Ordner und .jar

Die brauchst du nicht. Du benutzt dafür Permissions . Das verursacht höchstwahrscheinlich den Fehler.
starte nun neu!
versuchs dann mal!


btw, deine User Rechte formatierung sieht ganz unten recht seltsam aus ..
03/27/2011 23:14 .Innocence#5
Lwc klappt jetzt einbahnfrei vielen dank

was meinst du mit dem user rechten ? weil die namen nicht richtig stehen oder was meintest du damit ?
03/27/2011 23:25 Angeldust™#6
Quote:
Originally Posted by .Innocence View Post
Lwc klappt jetzt einbahnfrei vielen dank

was meinst du mit dem user rechten ? weil die namen nicht richtig stehen oder was meintest du damit ?
Ja die waren son bisschen verrutscht.
Kann aber auch nur hier so sein. Ist dann ja super wenns klappt . Viel Glück und frag einfach wenn es noch was gibt.