• 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!

Minecraft /spawn mit zeit

Status
Für weitere Antworten geschlossen.

eXotiCriips

Redstoneengineer
Registriert
14 Juli 2012
Beiträge
39
Diamanten
0
Hei Leute ich suche so was das wenn die spieler /spawn /back oder sonst was porten 3-5 sekunden warten müssen eiso ohne bewegen weil ich einen PVP server habe ich hoffe das ihr mir schnell antwortet da ich sowas nicht finde und wenn sich jemand gut auskennt hab ich noch ne frage gibt es ein plugin oder sowas das niemand mein Server flooten kann weil letztens war das der fall sie joinen mit 100 leuten und rejoinen hat zwar nicht abgestürzt aber hat genervt und viele spieler verloren. Danke im vorraus
 

Kaldori

Ehemaliges Teammitglied
Ehem. Teammitglied
Registriert
22 Februar 2012
Beiträge
333
Diamanten
0
Code:
############################################################
# +------------------------------------------------------+ #
# |                       Notes                          | #
# +------------------------------------------------------+ #
############################################################
 
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
#   - No tabs are present: YAML only allows spaces
#   - Indents are correct: YAML heirarchy is based entirely on indentation
#   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
#   - List items are prefixed with a hyphen and indented:
#       lists:
#         - look like this
#       not:
#       - like this
#   - Text with symbols is enclosed in single or double quotation marks
#   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
#   - You have saved the document as UTF-8, NOT the default, ANSI
 
############################################################
# +------------------------------------------------------+ #
# |                 Essentials (Global)                  | #
# +------------------------------------------------------+ #
############################################################
 
# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color: 'c'
 
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix: '~'
 
# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname: true
 
# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
#change-playerlist: true
 
# Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
# The prefix/suffix can be set using Permissions, Group Manager or Permission***.
# The value of change-displayname (above) has to be true.
# If you don't set this, it will default to true if essentials chat is installed.
# Don't forget to remove the # infront of the line
#add-prefix-suffix: false
 
# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown: 0
 
# The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay: 0
 

Kaldori

Ehemaliges Teammitglied
Ehem. Teammitglied
Registriert
22 Februar 2012
Beiträge
333
Diamanten
0
Die Datei ist auch größer. Ich habe lediglich den Teil bis zum Absatz "teleport-delay" kopiert, um dir zu zeigen wo er ist. Da musst du dann einfach das hinschreiben, was ich dir geschrieben habe.

teleport-delay: 5
 
Status
Für weitere Antworten geschlossen.
Oben