Vorab, es wird wohl zu 90 % an Permissions liegen. Ich hab also den Usern alle ihre Rechte eingetragen, darunter natürlich auch general.spawn ,essentials.sethome etc. eingetragen, nur leider können sie /spawn ( und mehr ) nicht benutzen.. Andersherum ist es so, dass sie kein magic carpet eingetragen haben, und ihn trotzdem benutzen können.
# 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:
User:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
Builder:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
VIP:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
Moderator:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'bar.foo'
Admin:
default: false
info:
prefix: ''
suffix: ''
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:
Mostey:
group: Admin
permissions:
Lattella:
group: Admin
info:
prefix:
suffix:
permissions:
ssonti:
group: Admin
permissions:
happysk1ll:
group: Builder
permissions:
# 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:
User:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
Builder:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
VIP:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
Moderator:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Default
permissions:
- 'bar.foo'
Admin:
default: false
info:
prefix: ''
suffix: ''
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:
Mostey:
group: Admin
permissions:
Lattella:
group: Admin
info:
prefix:
suffix:
permissions:
ssonti:
group: Admin
permissions:
happysk1ll:
group: Builder
permissions:
Yo ich schau kurz drüber.
Andere Frage:
Wie heisst dein World Ordner und wie heisst deine .yml datei vorne.
Yay .. nun gehts
Du hattest mehrere Fehler
Unter anderem hast du vergessen die User Gruppe als default festzulegen, also die Gruppe in der jeder neue User spawnt wenn er joint.
Nächstes mal wärs auch schön wenn du vom inheritance System gebrauch machst.
Deine Gruppen können die gleichen Rechte wie du sie wolltest bzw mir gegeben hattest aber in meiner Kurzform ist es übersichtlicher.
naja liebe grüße an Mostey und du musst mich noch wieder austragen!
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:
##################
##################
##################
##################
groups:
default:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
##################
User:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
- default
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
##################
Builder:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- User
permissions:
- 'general.spawn'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
##################
VIP:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
- Builder
permissions:
- 'essentials.kick'
- 'essentials.give'
##################
Admin:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
##################
##################
##################
users:
Mostey:
group: Admin
permissions:
Lattella:
group: Admin
permissions:
ssonti:
group: Admin
permissions:
Super, danke ! Was meinst du mit Interhance System ?
Noch wat : Grad kein User on, aber depri (vip) hats drin stehen und kann immer noch kein /spawn.
Code :
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:
##################
##################
##################
##################
groups:
default:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
##################
User:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
- default
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
##################
Builder:
default: false
info:
prefix: '&7'
suffix: '&6'
build: true
inheritance:
- User
permissions:
- 'general.spawn'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
##################
VIP:
default: false
info:
prefix: '&5'
suffix: '&5'
build: true
inheritance:
- Builder
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
##################
Admin:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
##################
##################
##################
users:
Mostey:
group: Admin
permissions:
Lattella:
group: Admin
permissions:
ssonti:
group: Admin
permissions:
_ToKeN_:
group: VIP
permissions:
HappySk1LL:
group: Builder
permissions:
D3pri:
group: VIP
permissions:
Super, danke ! Was meinst du mit Interhance System ?
Noch wat : Grad kein User on, aber depri (vip) hats drin stehen und kann immer noch kein /spawn.
Code :
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:
##################
##################
##################
##################
groups:
default:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
##################
User:
default: true
info:
prefix: ''
suffix: ''
build: true
inheritance:
- default
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
##################
Builder:
default: false
info:
prefix: '&7'
suffix: '&6'
build: true
inheritance:
- User
permissions:
- 'general.spawn'
- 'essentials.item'
- 'essentials.kit.*'
- 'magiccarpet.mc'
##################
VIP:
default: false
info:
prefix: '&5'
suffix: '&5'
build: true
inheritance:
- Builder
permissions:
- 'general.spawn'
- 'essentials.home'
- 'essentials.sethome'
- 'essentials.msg'
- 'essentials.warp'
- 'essentials.warp.list'
- 'essentials.help'
- 'essentials.afk'
- 'essentials.mail.send'
- 'essentials.helpop'
- 'essentials.whois'
- 'lwc.protect'
##################
Admin:
default: false
info:
prefix: ''
suffix: ''
build: true
inheritance:
permissions:
- '*'
##################
##################
##################
users:
Mostey:
group: Admin
permissions:
Lattella:
group: Admin
permissions:
ssonti:
group: Admin
permissions:
_ToKeN_:
group: VIP
permissions:
HappySk1LL:
group: Builder
permissions:
D3pri:
group: VIP
permissions:
Im a Permissions noob
yay .. wieso mach ich dir eigentlich die Inheritance Systeme.
Du kannst nich einfach 3 Gruppen machen und denen alle /spawn geben und dann sagen ja Builder hat Rechte von User inne und der VIP hat mal die Builder und User Rechte. ---> 3 Mal /spawn --> Bugs ---> *Hust*
Command? 02/24/2010 - CO2 Private Server - 4 Replies Hello.
I deleted my NPC to start quiz show but is there a command that only PM/GM's can start it without the NPC?
Hamachi Probleme Über Probleme. 02/21/2010 - Metin2 Private Server - 9 Replies Hallo Com.
also ich hab ein Problem also auf meinen hamachi kann ich dmg ändern von 2händern 1 hand usw dolche aber bei Glocke
kommt so eine meldung wenn ich die dann hinterher anziehen will ingame.
http://img51.imageshack.us/img51/3891/glocke.png
/npc command 11/09/2009 - CO2 Private Server - 7 Replies Hi, i was trying to create a Command for the CoFuture source and i have this completed
if (Splitter == "/npc")
{
Start.Npcs.Clear();
Database.LoadNpcs();
return 2;
}
I need Command!!! 11/11/2008 - Conquer Online 2 - 1 Replies anyone can give a whole command QC2 TY
GM Command 09/19/2008 - Flyff Private Server - 5 Replies Woltl ma wissen wie man Sich unsichtbar macht als GM? wenn ich unter Debug -Hide Player- Mache dann sehn mich alle noh