From 51fb71fdd52adb0c70e6e5a0530a7e2f74ba4ee0 Mon Sep 17 00:00:00 2001 From: Skxawng-cu Date: Fri, 21 Feb 2020 10:22:28 -0500 Subject: [PATCH 1/4] Create mod-tele-new-players.md --- _submissions/module/mod-tele-new-players.md | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _submissions/module/mod-tele-new-players.md diff --git a/_submissions/module/mod-tele-new-players.md b/_submissions/module/mod-tele-new-players.md new file mode 100644 index 0000000..ba215de --- /dev/null +++ b/_submissions/module/mod-tele-new-players.md @@ -0,0 +1,23 @@ +# Module Info + +- Name: TeleNewPlayers +- Author: Skxawng-cu +- Module TeleNewPlayers: + + Repository: https://github.com/skxawng-cu/mod-tele-new-players + + Download: https://github.com/skxawng-cu/mod-tele-new-players/archive/master.zip +- License: AGPL + +# Module integration + +- AzerothCore hash/commit compliance: 90ed254 +- Includes configuration (.conf)?: Yes, copied by CMake +- Includes SQL patches?: No +- CMake hooks used: + + AFTER_WORLDSERVER_CMAKE +- Core hooks used: + + PlayerScript: OnLogin, OnFirstLogin + +# Description + +This module allows you to config coords for alliance and horde to teleport the new players after the first login (Ideal for PvP servers). +You cal also enable option to clean the player inventory on first login. From 8f69e821952e9979abee59c79e7704bd84d288bf Mon Sep 17 00:00:00 2001 From: Skxawng-cu Date: Fri, 21 Feb 2020 10:28:01 -0500 Subject: [PATCH 2/4] Update mod-tele-new-players.md --- _submissions/module/mod-tele-new-players.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_submissions/module/mod-tele-new-players.md b/_submissions/module/mod-tele-new-players.md index ba215de..0ebd3f2 100644 --- a/_submissions/module/mod-tele-new-players.md +++ b/_submissions/module/mod-tele-new-players.md @@ -12,8 +12,6 @@ - AzerothCore hash/commit compliance: 90ed254 - Includes configuration (.conf)?: Yes, copied by CMake - Includes SQL patches?: No -- CMake hooks used: - + AFTER_WORLDSERVER_CMAKE - Core hooks used: + PlayerScript: OnLogin, OnFirstLogin From f3858b8ee046ff521c52d50e02107319ea537d8d Mon Sep 17 00:00:00 2001 From: Skxawng-cu Date: Fri, 21 Feb 2020 14:01:48 -0500 Subject: [PATCH 3/4] Update _submissions/module/mod-tele-new-players.md @BarbzYHOOL Co-Authored-By: Barbz --- _submissions/module/mod-tele-new-players.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_submissions/module/mod-tele-new-players.md b/_submissions/module/mod-tele-new-players.md index 0ebd3f2..0124b8d 100644 --- a/_submissions/module/mod-tele-new-players.md +++ b/_submissions/module/mod-tele-new-players.md @@ -18,4 +18,4 @@ # Description This module allows you to config coords for alliance and horde to teleport the new players after the first login (Ideal for PvP servers). -You cal also enable option to clean the player inventory on first login. +You can also enable an option to clean the player's inventory on first login. From 9bf22b0820b9158a309a22e03059e771a8f0f484 Mon Sep 17 00:00:00 2001 From: Skxawng-cu Date: Fri, 21 Feb 2020 14:08:23 -0500 Subject: [PATCH 4/4] Update _submissions/module/mod-tele-new-players.md Co-Authored-By: Barbz --- _submissions/module/mod-tele-new-players.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_submissions/module/mod-tele-new-players.md b/_submissions/module/mod-tele-new-players.md index 0124b8d..d76b9f4 100644 --- a/_submissions/module/mod-tele-new-players.md +++ b/_submissions/module/mod-tele-new-players.md @@ -17,5 +17,5 @@ # Description -This module allows you to config coords for alliance and horde to teleport the new players after the first login (Ideal for PvP servers). +This module teleports new characters on first login to a location defined in the configuration file (ideal for PvP servers). You can also enable an option to clean the player's inventory on first login.