• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

Gästerang einfügen! [erledigt]

Status
Für weitere Antworten geschlossen.

jemall

Vorarbeiter
Registriert
19 Januar 2012
Beiträge
263
Diamanten
300
Minecraft
CaDo257
Hallo Leute,



ich stehe vor einem Rätsel!



Ich wollte einen Gäste Rang via. Group Manager einfügen (gesagt getan!)



jedoch will ich dass diese Gäste sich, nach einem Toturialparour, selbst freischalten können!



Bei GroupManager habe ich bei dem GästeRang: Default eingestellt!



Jedoch wie stelle ich bei Essentials (ganz unten in der Config) den Newbie Spawn ein?













Für die Freischaltung nutze ich:



HiddenCommands







config:



DasLicht343



/manuadd %p Crafter











Rechts klickenfür dieFreischaltung



DasLicht343



/manuadd %p Crafter -#cs#- /spawn













und SimpleCommandSigns:







config:



#



# SimpleCommandSigns Configuration



#







# LWC Sign Automatic Locking



# If you have the LightWeight Chest plugin installed, you can



# have your command signs automatically protected after



# you have created them.



autoSignLock=false







# Command Sign Identifier String



# This is the line that if you place at the top of your sign will



# convert it into a command sign.



# Warning: Changing this after having placed command signs



# will disable previous signs.



csActivator=[MoD]







-----------------------------------------------------------------------------------------







Oder hättet ihr noch einen einfacherern Vorschlag?







Mfg Jemall







PS: auf jedenfall sollten sie sich selbst freischalten können!
 

jemall

Vorarbeiter
Registriert
19 Januar 2012
Beiträge
263
Diamanten
300
Minecraft
CaDo257
So jetzt erklärs ichs mal wie es funzt!

Man braucht nur SignRank mit folgender Config:
# 'signText' is the text that has to be on the first line of the sign to in order for it to be a SignRankSign.
# You have to manually set the groups for every world when using Groupmanager or Permission***.
# Those groups are ignored when 'bypassGroupCheck' is true, players will then be promoted to the group specified on the second line of the sign.
signText: '[SignRank]'
PermissionsBukkit:
toGroup: Crafter
MultiWorld:
worldName: world
bypassGroupCheck: true
messages:
rankUp: You've been promoted to '%group%'.
deny: You're already in the '%group%' group.



UND
Essentials (in der Config ganz unten):
# When we spawn for the first time, which spawnpoint do we use?
# Set to "none" if you want to use the spawn point of the world.
spawnpoint: gast

Jeder "gast" Rang startet nun bei dem GastSpawn den man mit:
/setspawn gast
setzt!

Mfg Jemall
 

jemall

Vorarbeiter
Registriert
19 Januar 2012
Beiträge
263
Diamanten
300
Minecraft
CaDo257
So jetzt erklärs ichs mal wie es funzt!

Man braucht nur SignRank mit folgender Config:
# 'signText' is the text that has to be on the first line of the sign to in order for it to be a SignRankSign.
# You have to manually set the groups for every world when using Groupmanager or Permission***.
# Those groups are ignored when 'bypassGroupCheck' is true, players will then be promoted to the group specified on the second line of the sign.
signText: '[SignRank]'
PermissionsBukkit:
toGroup: Crafter
MultiWorld:
worldName: world
bypassGroupCheck: true
messages:
rankUp: You've been promoted to '%group%'.
deny: You're already in the '%group%' group.



UND
Essentials (in der Config ganz unten):
# When we spawn for the first time, which spawnpoint do we use?
# Set to "none" if you want to use the spawn point of the world.
spawnpoint: gast

Jeder "gast" Rang startet nun bei dem GastSpawn den man mit:
/setspawn gast
setzt!

Mfg Jemall
 
Status
Für weitere Antworten geschlossen.
Oben