skywars/TUTORIAL.txt

85 lines
2.9 KiB
Plaintext
Raw Normal View History

(If you find it uncomfortable to read the tutorial from the chat
you can read it from a file in the mod folder called TUTORIAL.txt)
2020-09-07 16:37:12 -07:00
These are the steps to follow in order to create and configure an
arena:
1) Creating the arena using:
/skywars create <arena name> [min players] [max players]
where min players is equal to the minimun amount of players to make
the arena start, and max players to the maximum amount of players that
an arena can have.
2) Editing the arena using:
/skywars edit <arena name>
in this menu you can add spawn points and set up the sign to enter the
arena: the spawn points are where the players will spawn when they
enter the arena, while the sign is just the way to enter it (by
clicking it).
3) Setting the arena treasures (the items that can spawn in the
chests):
item: the item name
rarity: how often it will spawn in chests (the rarity gap between two
treasures should be at least of 2)
preciousness: in which chests it can be put, for example a chest with
a preciousness range 2-4 can spawn just items with a preciousness
between 2 and 4
count: the item amount
/skywars addtreasure <arena name> <item> <count> <rarity (min 2.0, max
1000.0)> <preciousness>
2020-09-07 16:37:12 -07:00
You can also use:
/skywars addtreasure hand <arena name> <rarity (min 2.0, max 20.0)>
<preciousness>
this will get the item name and count from the one in your hand.
2020-09-07 16:37:12 -07:00
4) Setting the chests in the arena using:
/skywars addchest <arena name> <min_preciousness> <max_preciousness>
<min_treasures_amount (min. 1)> <max_treasures_amount>
2020-09-08 05:51:37 -07:00
to add a chest use this command at the position you want it to spawn, it
2020-09-07 16:37:12 -07:00
will automatically be filled with the right items when the match
starts.
2020-09-07 16:37:12 -07:00
5) Saving the map schematic using:
/skywars pos1
/skywars pos2
/skywars createschematic <arena name> <schematic_name>
in order to automatically reset the map on every match, you have to
create a schematic file; to do so, simply specify the corners of the
map by using /skywars pos1 and /skywars pos2.
!If you overwrite a schematic that you've already created before
or you delete an arena make sure to reload the server/delete the old
schematic, because the old one won't be deleted!
2020-09-07 16:37:12 -07:00
2020-09-13 12:47:11 -07:00
6) (Optional) Creating and setting the kits using:
/skywars createkit <kit name> <texture name>: texture name is the texture
that the kit button will have in the selector menu at the start of the match,
it must be a file name that you put in the <SKYWARS MOD FOLDER>/textures folder.
2020-09-13 12:47:11 -07:00
/skywars additem <kit name> <item> <count>: with this you can add items to it
2020-09-13 12:47:11 -07:00
/skywars arenakit add <arena name> <kit name>: each arena has a "kits" property
that contains the choosable kits, with this command you add one to it
7) Enabling the arena using
2020-09-07 16:37:12 -07:00
/skywars enable <arena name>
2020-09-07 16:37:12 -07:00
Once you've done this you can click the sign and start playing :).
You can use /help skywars to read all the commands.
To modify the game settings (such as the messages prefix or the
hub spawn point) you can edit the SETTINGS.lua file.