From f59d07b387472e762889a60b3eed2d0811d40ebb Mon Sep 17 00:00:00 2001 From: Myles Date: Sat, 26 Nov 2022 00:20:30 -0600 Subject: add world config command PLEASE I JUST WANT TO GO TO BED --- src/main/resources/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main/resources/config.yml') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 232f4a7..d9b51ae 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -3,4 +3,9 @@ hideJoinLeaveMessages: true # Customize the message that displays when the player does not have permission to execute a command from this plugin -permissionMessage: You do not have permission to perform this command! \ No newline at end of file +permissionMessage: You do not have permission to perform this command! + +# This tells the plugin which worlds it should use as the lobby/game worlds +# Do NOT change unless you know what you're doing!! +lobbyWorld: +gameWorld: \ No newline at end of file -- cgit v1.2.3