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

[Bukkit] StarterKit

Status
Für weitere Antworten geschlossen.

McBeam

Vorarbeiter
Gesperrt
Registriert
23 Oktober 2011
Beiträge
238
Diamanten
0
Hallo liebe Minecraftler ,

Ich suche mal wieder ein Plugin . Diesmal ist es ein Plugin wo alle Neulinge diereckt in ihr Inventar ein StarterKit kriegen .
Bitte schikt mir ein link , danke .

MFG , Beam :thumbsup:
 

0oDestinyo0

Redstoneengineer
Registriert
20 Juni 2012
Beiträge
49
Diamanten
0
MusicAlex' schrieb:
Öhhhm das geht doch auch mit Essentials..
Ja genau stimmt

Im plugins ordner unter Essentrial uns dort die config.yml öffnen.


# Note: All items MUST be followed by a quantity!
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Times are measured in seconds.
kits:
dtools:
delay: 10
items:
- 277 1
- 278 1
- 279 1
tools:
delay: 10
items:
- 272 1
- 273 1
- 274 1
- 275 1

# Essentials Sign Control
# See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).

Das sind die kitz die jeder neue spieler bekommt ;)
 

DerHolzhacker

Braumeister
Registriert
24 April 2012
Beiträge
339
Diamanten
0
Minecraft
DerHolzhacker
Und dann bei Essentials noch ganz unten [siehe unten] Das einstellen das man es am Ersten Log-in bekommen soll...
Code:
############################################################
# +------------------------------------------------------+ #
# |        	Essentials Spawn / New Players        	| #
# +------------------------------------------------------+ #
############################################################

newbies:
  # Should we announce to the server when someone logs in for the first time?
  # If so, use this format, replacing {DISPLAYNAME} with the player name.
  # If not, set to ''
  #announce-format: ''
  announce-format: '&a&lWilkommen {DISPLAYNAME}&d zu dem PVP-Server OneShotOneKill!'

  # 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: world
  
  # Do we want to give users anything on first join? Set to '' to disable
  # This kit will be given reguardless of cost, and permissions.
  kit: Start  <-- <-- <-- <-- <-- <-- <-- <-- <-- <-- <-- <--
-----------

# Set this to lowest, if you want Multiverse to handle the respawning
# Set this to high, if you want EssentialsSpawn to handle the respawning
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
respawn-listener-priority: high

# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home: false

# End of File <-- No seriously, you're done with configuration.

Hoffe ich konnte helfen...

Lg DerHolzhacker
P.S. Bei Fragen einfach PN schicken
 
Status
Für weitere Antworten geschlossen.
Oben