Updated tutorial

master
Giov4 2020-09-08 12:51:37 +00:00
parent 762c2bb145
commit 7ec12de5e5
2 changed files with 14 additions and 5 deletions

View File

@ -39,7 +39,7 @@ count: the item amount
/skywars addchest <arena name> <min_preciousness> <max_preciousness> /skywars addchest <arena name> <min_preciousness> <max_preciousness>
<min_treasures_amount (min. 1)> <max_treasures_amount> <min_treasures_amount (min. 1)> <max_treasures_amount>
to add a chest use this command on the block you want it to spawn, it to add a chest use this command at the position you want it to spawn, it
will automatically be filled with the right items when the match will automatically be filled with the right items when the match
starts starts
@ -62,6 +62,9 @@ remember that the old schematic won't be deleted!
6) Enabling the arena using 6) Enabling the arena using
/skywars enable <arena name> /skywars enable <arena name>
wars to read all the commands
To modify the game settings
Once you've done this you can click the sign and start playing :) Once you've done this you can click the sign and start playing :)
You can use /help sky (such as the messages prefix or the
hub spawn point) you can edit the SETTINGS.lua file

View File

@ -6,7 +6,10 @@ function(cmd)
cmd:sub("tutorial", cmd:sub("tutorial",
function(sender) function(sender)
minetest.chat_send_player(sender, [[ minetest.chat_send_player(sender, [[
(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)
These are the steps to follow in order to create and configure an These are the steps to follow in order to create and configure an
arena: arena:
@ -46,7 +49,7 @@ function(cmd)
/skywars addchest <arena name> <min_preciousness> <max_preciousness> /skywars addchest <arena name> <min_preciousness> <max_preciousness>
<min_treasures_amount (min. 1)> <max_treasures_amount> <min_treasures_amount (min. 1)> <max_treasures_amount>
to add a chest use this command on the block you want it to spawn, it to add a chest use this command at the position you want it to spawn, it
will automatically be filled with the right items when the match will automatically be filled with the right items when the match
starts starts
@ -72,6 +75,9 @@ function(cmd)
Once you've done this you can click the sign and start playing :) 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
]]) ]])
end) end)
@ -464,4 +470,4 @@ end, {
minetest.register_privilege("skywars_admin", { minetest.register_privilege("skywars_admin", {
description = "With this you can use /skywars" description = "With this you can use /skywars"
}) })