[Sammelthread] Lösungen/Fehler/Probleme für Server/Plugins

08/26/2011 14:23 kruemel13#16
also wenn ich den server starte kommt nix
nur wen ich den befehl einegebe kommt
An unernal error occurred while attempting to perform this command

und den befehl benutze ich
/user -setgroup u:MemberName s:GroupName w:WorldName

##hast du noch eine idee zu der sache mit dem herochat
08/26/2011 14:33 [Snakehead]#17
Thx false aber entweder bin ich zu blöd oder es funktioniert nich. also ich soll als port 25565 eingeben und keine ip ne? dann steht da:
[INFO] Starting minecraft server version Beta 1.7.3
[INFO] Loading properties
[INFO] Starting Minecraft server on *:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Preparing start region for level 1
[INFO] Preparing spawn area: 3%
[INFO] Done (2086177712ns)! For help, type "help" or "?"

Auf welche ip soll ich dann connecten?
und wenn ich die ip von meinem Vserver eingebe und port 25565 startet er auch ganz normal darauf aber man kann trotzdem nich connecten!!!

Kann das auch an der firewall liegen?
08/26/2011 14:34 False#18
Quote:
Originally Posted by kruemel13 View Post
also wenn ich den server starte kommt nix
nur wen ich den befehl einegebe kommt
An unernal error occurred while attempting to perform this command

und den befehl benutze ich
/user -setgroup u:MemberName s:GroupName w:WorldName

##hast du noch eine idee zu der sache mit dem herochat
bitte einmal die permissions hochladen und sagen in welcher gruppe du bist ;)
bei herochat finde nichts sorry versuch es einfach mal neu zu installieren..
08/26/2011 15:12 kruemel13#19
Quote:
Originally Posted by .ƒaℓsє. View Post
bitte einmal die permissions hochladen und sagen in welcher gruppe du bist ;)
bei herochat finde nichts sorry versuch es einfach mal neu zu installieren..
schade das mit hero chat hier meine permissions
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:
    New:
        default: true
        info:
            prefix: '&0[NEW]&0'
            suffix: ''
            build: false
        inheritance:
    Member:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'warpplugin.warp'
            - 'econplugin.basic.*'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'
            - 'lwc.create'
            - 'lwc.unlock'
            - 'lwc.remove'
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.invite'
            - 'myhome.home.soc.uninvite'
            - 'myhome.home.soc.public'
            - 'myhome.home.soc.private'
            - 'myhome.home.soc.others'
			
    Moderator:
        default: fasle
        info:
            prefix: '&9[Mod]&9'
            suffix: ''
            build: true
        inheritance:
            - Member
        permissions:
            - 'modplugin.ban'
            - 'modplugin.kick'
            - 'modplugin.unban'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'iConomy.admin.grant'
            - 'iConomy.admin.set'
            - 'iConomy.admin.stats'
            - 'iConomy.admin.reset'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'
            - 'iConomyChestShop.shop.create'
            - 'iConomyChestShop.shop.admin'
            - 'lwc.admin'
            - 'lwc.*'
            - 'commandbook.*' 
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.invite'
            - 'myhome.home.soc.uninvite'
            - 'myhome.home.soc.public'
            - 'myhome.home.soc.private'
            - 'myhome.home.soc.others'
            - 'myhome.admin.home.list'
            - 'myhome.admin.home.delete'
			
    Admins:
        default: fasle
        info:
            prefix: '&1[Admin]&1'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*' 
            - 'iConomy.*'
            - 'iConomy.admin.*'
            - 'iConomyChestShop.*'
            - 'lwc.*'
            - 'commandbook.*' 
            - 'myhome.home.*'
            - 'myhome.*'
            - 'herochat.*'		
##
# 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:
    kruemel13:
        group: Admins
        info:
            prefix: '&1[Owner]'
            suffix: ''
        permissions:
		
    player1:
        group: Moderator
        info:
            prefix: '&1[Mod]'
            suffix: ''
        permissions:
		
    player2:
        group: Moderator
        info:
            prefix: '&1[Mod]'
            suffix: ''
        permissions:
08/26/2011 15:31 False#20
Quote:
Originally Posted by kruemel13 View Post
schade das mit hero chat hier meine permissions
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:
    New:
        default: true
        info:
            prefix: '&0[NEW]&0'
            suffix: ''
            build: false
        inheritance:
    Member:
        default: false
        info:
            prefix: ''
            suffix: ''
            build: true
        inheritance:
            - Default
        permissions:
            - 'warpplugin.warp'
            - 'econplugin.basic.*'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'
            - 'lwc.create'
            - 'lwc.unlock'
            - 'lwc.remove'
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.invite'
            - 'myhome.home.soc.uninvite'
            - 'myhome.home.soc.public'
            - 'myhome.home.soc.private'
            - 'myhome.home.soc.others'
			
    Moderator:
        default: fasle
        info:
            prefix: '&9[Mod]&9'
            suffix: ''
            build: true
        inheritance:
            - Member
        permissions:
            - 'modplugin.ban'
            - 'modplugin.kick'
            - 'modplugin.unban'
            - 'iConomy.payment'
            - 'iConomy.access'
            - 'iConomy.rank'
            - 'iConomy.list'
            - 'iConomy.admin.grant'
            - 'iConomy.admin.set'
            - 'iConomy.admin.stats'
            - 'iConomy.admin.reset'
            - 'iConomyChestShop.shop.use'
            - 'iConomyChestShop.shop.sell'
            - 'iConomyChestShop.shop.create'
            - 'iConomyChestShop.shop.admin'
            - 'lwc.admin'
            - 'lwc.*'
            - 'commandbook.*' 
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.list'
            - 'myhome.home.soc.invite'
            - 'myhome.home.soc.uninvite'
            - 'myhome.home.soc.public'
            - 'myhome.home.soc.private'
            - 'myhome.home.soc.others'
            - 'myhome.admin.home.list'
            - 'myhome.admin.home.delete'
			
    Admins:
        default: fasle
        info:
            prefix: '&1[Admin]&1'
            suffix: ''
            build: true
        inheritance:
        permissions:
            - '*' 
            - 'iConomy.*'
            - 'iConomy.admin.*'
            - 'iConomyChestShop.*'
            - 'lwc.*'
            - 'commandbook.*' 
            - 'myhome.home.*'
            - 'myhome.*'
            - 'herochat.*'		
##
# 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:
    kruemel13:
        group: Admins
        info:
            prefix: '&1[Owner]'
            suffix: ''
        permissions:
		
    player1:
        group: Moderator
        info:
            prefix: '&1[Mod]'
            suffix: ''
        permissions:
		
    player2:
        group: Moderator
        info:
            prefix: '&1[Mod]'
            suffix: ''
        permissions:
hmmm was mir nur auffällt ist :
Quote:
- '*'
- 'iConomy.*'
- 'iConomy.admin.*'
- 'iConomyChestShop.*'
- 'lwc.*'
- 'commandbook.*'
- 'myhome.home.*'
- 'myhome.*'
- 'herochat.*'
warum soviel wenn du -'*' geschrieben hast hast du doch schon ALLE permissions...

Quote:
default: fasle
es heißt aber default: false

Quote:
inheritance:
- Default
warum das ?
default hat doch eh keine rechte...


hast du die permission von hier: [Only registered and activated users can see links. Click Here To Register...] ?
08/26/2011 16:03 idefitze#21
Hey,
Ich habe ein Problem mit Bukkit 1.7.3

Ich und mein Bruder haben ein Hamachi Server mit legalen Acc's da wir kein geld haben für nen Vserver.

Also er will joinen aber immer kommt nur Connect nix anderes.
Früher ging alles noch gut. nur seit 1.7 ging es nicht mehr.

Hier meine plugins:

Und Hier mahl meine Config (ip ist hier weck also es gibt aber eine ^^)

Server wird von mir mit Multicraft Betrieben.
Bitte nichts sagen mit nutz doch einfach nur Bukkit, hab ich schon gemacht ging aber nicht.

Also noch mahl zur info ich und mein bruder spielen Legal nicht gecrackt oder so.

Mfg Idefitze
08/26/2011 16:14 False#22
Quote:
Originally Posted by idefitze View Post
Hey,
Ich habe ein Problem mit Bukkit 1.7.3

Ich und mein Bruder haben ein Hamachi Server mit legalen Acc's da wir kein geld haben für nen Vserver.

Also er will joinen aber immer kommt nur Connect nix anderes.
Früher ging alles noch gut. nur seit 1.7 ging es nicht mehr.

Hier meine plugins:

Und Hier mahl meine Config (ip ist hier weck also es gibt aber eine ^^)

Server wird von mir mit Multicraft Betrieben.
Bitte nichts sagen mit nutz doch einfach nur Bukkit, hab ich schon gemacht ging aber nicht.

Also noch mahl zur info ich und mein bruder spielen Legal nicht gecrackt oder so.

Mfg Idefitze
ist er im netzwerk?
geh mal mit deiner maus über sein namen in hamachi,was steht da?
hat er ein dreieck bei hamachi?


mach mal als serverport 10
wenn das nicht geht lass die ip mal leer und lass port 10 oder mach 25565
08/26/2011 16:20 LoveGameforge<3♥#23
Hey Leute,
ich habe ein Problem bei Groupmanager ich will das dort steht [Owner]okeoke5
nicht einfach nur okeoke5 in rot
ich weiß nicht was los ist
Früher stand da mal [Owner und so]
Mein Grupmanager Groups Datei
groups:
Default:
default: true
permissions:
- essentials.help
- essentials.helpop
- essentials.list
- essentials.motd
- essentials.rules
- essentials.spawn
inheritance: []
info:
prefix: '&e'
build: false
suffix: ''
Builder:
default: false
permissions:
- essentials.afk
- essentials.back
- essentials.back.ondeath
- essentials.balance
- essentials.balance.others
- essentials.balancetop
- essentials.chat.color
- essentials.chat.shout
- essentials.chat.question
- essentials.compass
- essentials.depth
- essentials.home
- essentials.ignore
- essentials.kit
- essentials.kit.tools
- essentials.mail
- essentials.mail.send
- essentials.me
- essentials.msg
- essentials.nick
- essentials.pay
- essentials.ping
- essentials.portal
- essentials.powertool
- essentials.protect
- essentials.sethome
- essentials.signs.use.*
- essentials.signs.create.disposal
- essentials.signs.create.mail
- essentials.signs.create.protection
- essentials.signs.create.trade
- essentials.signs.break.disposal
- essentials.signs.break.mail
- essentials.signs.break.protection
- essentials.signs.break.trade
- essentials.suicide
- essentials.time
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.worth
inheritance:
- default
info:
prefix: '&2'
build: true
suffix: ''
Moderator:
default: false
permissions:
- essentials.ban
- essentials.ban.notify
- essentials.banip
- essentials.broadcast
- essentials.clearinventory
- essentials.delwarp
- essentials.eco.loan
- essentials.ext
- essentials.getpos
- essentials.helpop.recieve
- essentials.home.others
- essentials.invsee
- essentials.jails
- essentials.jump
- essentials.kick
- essentials.kick.notify
- essentials.kill
- essentials.mute
- essentials.nick.others
- essentials.realname
- essentials.setwarp
- essentials.signs.create.*
- essentials.signs.break.*
- essentials.spawner
- essentials.thunder
- essentials.time
- essentials.time.set
- essentials.protect.alerts
- essentials.protect.admin
- essentials.protect.ownerinfo
- essentials.ptime
- essentials.ptime.others
- essentials.togglejail
- essentials.top
- essentials.tp
- essentials.tphere
- essentials.tppos
- essentials.tptoggle
- essentials.unban
- essentials.unbanip
- essentials.weather
- essentials.whois
- essentials.world
- groupmanager.listgroups
- groupmanager.mandemote
- groupmanager.manpromote
- groupmanager.manselect
- groupmanager.manuadd
- groupmanager.manudel
- groupmanager.manwhois
inheritance:
- builder
info:
prefix: '&5'
build: true
suffix: ''
Admin:
default: false
permissions:
- -essentials.backup
- -essentials.essentials
- -essentials.setspawn
- -essentials.reloadall
- -essentials.plugin
- essentials.*
- groupmanager.mantogglevalidate
- groupmanager.mansave
- groupmanager.mangcheckp
- groupmanager.manglistp
- groupmanager.manucheckp
- groupmanager.manulistp
inheritance:
- moderator
info:
prefix: '&c'
build: true
suffix: ''
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4'
build: true
suffix: ''
08/26/2011 16:23 idefitze#24
Quote:
Originally Posted by .ƒaℓsє. View Post
ist er im netzwerk?
geh mal mit deiner maus über sein namen in hamachi,was steht da?
hat er ein dreieck bei hamachi?


mach mal als serverport 10
wenn das nicht geht lass die ip mal leer und lass port 10 oder mach 25565

geht alles nich aber danke für die hilfe.
08/26/2011 16:24 False#25
Quote:
Originally Posted by LoveGameforge<3♥ View Post
Hey Leute,
ich habe ein Problem bei Groupmanager ich will das dort steht [Owner]okeoke5
nicht einfach nur okeoke5 in rot
ich weiß nicht was los ist
Früher stand da mal [Owner und so]
Mein Grupmanager Groups Datei
nächste mal bite im spoiler ;)
Quote:
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4'
build: true
suffix: ''
mach bei prefix anstatt nur dies "&4", dies &4[Owner]

also so:

Code:
Owner:
default: false
permissions:
- '*'
inheritance:
- admin
info:
prefix: '&4[Owner]'
build: true
suffix: ''
08/26/2011 16:36 [Snakehead]#26
Thx false aber entweder bin ich zu blöd oder es funktioniert nich. also ich soll als port 25565 eingeben und keine ip ne? dann steht da:
[INFO] Starting minecraft server version Beta 1.7.3
[INFO] Loading properties
[INFO] Starting Minecraft server on *:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Preparing start region for level 1
[INFO] Preparing spawn area: 3%
[INFO] Done (2086177712ns)! For help, type "help" or "?"

Auf welche ip soll ich dann connecten?
und wenn ich die ip von meinem Vserver eingebe und port 25565 startet er auch ganz normal darauf aber man kann trotzdem nich connecten!!!

Kann das auch an der firewall liegen?
08/26/2011 16:42 False#27
Quote:
Originally Posted by [Snakehead] View Post
Thx false aber entweder bin ich zu blöd oder es funktioniert nich. also ich soll als port 25565 eingeben und keine ip ne? dann steht da:
[INFO] Starting minecraft server version Beta 1.7.3
[INFO] Loading properties
[INFO] Starting Minecraft server on *:25565
[INFO] Preparing level "world"
[INFO] Preparing start region for level 0
[INFO] Preparing start region for level 1
[INFO] Preparing spawn area: 3%
[INFO] Done (2086177712ns)! For help, type "help" or "?"

Auf welche ip soll ich dann connecten?
und wenn ich die ip von meinem Vserver eingebe und port 25565 startet er auch ganz normal darauf aber man kann trotzdem nich connecten!!!

Kann das auch an der firewall liegen?
auf welcher ip willst du den nun connecten(bitte die zahlen schreiben die letzten 2 können auch zensiert werden...)?
es kann meines wissens eigentlich nicht an der firewall liegen
08/26/2011 16:52 [Snakehead]#28
auf der von meinem vserver ip is 85.214.29.**

kannst mich au in skype adden wenn de willst (glaube dann geht das schneller) Ich heiß Michael Schad
08/27/2011 14:09 kruemel13#29
Quote:
Originally Posted by .ƒaℓsє. View Post
hmmm was mir nur auffällt ist :

warum soviel wenn du -'*' geschrieben hast hast du doch schon ALLE permissions...



es heißt aber default: false


warum das ?
default hat doch eh keine rechte...


hast du die permission von hier: [Only registered and activated users can see links. Click Here To Register...] ?
ja die habe ich von da und warum das alles so ist ich habe keine arnung könntest du mir das vllt alles mal per tv machen?? oder könnten sonst noch iwo fehler sein ???
08/29/2011 18:30 v8fan#30
nabend zusammen ich habe ein problem mit meinem server ich habe versucht die schriftfarben im game zu ändern auf meinem server und das vor dem namen steht Admin oder so nur leider kommen dann solche fehlermeldungen
kann mir einer helfen:(
hier die server log [Only registered and activated users can see links. Click Here To Register...]