From 7ec12de5e56b7cfe1acbc1c7e5afc5790934f41c Mon Sep 17 00:00:00 2001 From: Giov4 Date: Tue, 8 Sep 2020 12:51:37 +0000 Subject: [PATCH] Updated tutorial --- TUTORIAL.txt | 7 +++++-- commands.lua | 12 +++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/TUTORIAL.txt b/TUTORIAL.txt index 828b5bb..1402843 100644 --- a/TUTORIAL.txt +++ b/TUTORIAL.txt @@ -39,7 +39,7 @@ count: the item amount /skywars addchest -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 starts @@ -62,6 +62,9 @@ remember that the old schematic won't be deleted! 6) Enabling the arena using /skywars enable - +wars to read all the commands +To modify the game settings 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 diff --git a/commands.lua b/commands.lua index c30ff22..0e84a70 100644 --- a/commands.lua +++ b/commands.lua @@ -6,7 +6,10 @@ function(cmd) cmd:sub("tutorial", function(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 arena: @@ -46,7 +49,7 @@ function(cmd) /skywars addchest - 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 starts @@ -72,6 +75,9 @@ function(cmd) 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) @@ -464,4 +470,4 @@ end, { minetest.register_privilege("skywars_admin", { description = "With this you can use /skywars" }) - + \ No newline at end of file