From 8949ee75ebf8e2ef4dd7dbe0d8ee9c409b969baf Mon Sep 17 00:00:00 2001 From: Video Date: Tue, 29 Jun 2021 20:36:23 -0600 Subject: [PATCH] fix requested by packs apparently some pterodactyl installations don't like short UUIDs so this changes the config to say "use long uuids, not short uuids" instead --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0a868335..b906728a 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -91,8 +91,8 @@ ptero: url: '' # The default email domain used to set email addresses for new users - do not include the @ default_email_domain: 'example.com' - # Short Server UUID (for example: a538a220) - # Do NOT give the long Server UUID + # Long Server UUID (for example: abf9a712-6c5a-4504-b4bc-37f1061b8801) + # Do NOT give the short Server UUID server_uuid: '' # Admin panel API key # Create this key by going to Settings > Application API > Create New