Prechádzať zdrojové kódy

We already had a key called Confirm_Required

Another attempt to fix #1583
TfT_02 11 rokov pred
rodič
commit
a004d6976d
2 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 1 0
      Changelog.txt
  2. 1 1
      src/main/resources/config.yml

+ 1 - 0
Changelog.txt

@@ -32,6 +32,7 @@ Version 1.4.08-dev
  ! Updated localization files
  ! Updated localization files
  ! Changed AxesCritical to CriticalHit in config file
  ! Changed AxesCritical to CriticalHit in config file
  ! Changed several secondary ability permissions(deprecated versions still exist)
  ! Changed several secondary ability permissions(deprecated versions still exist)
+ ! Changed /ptp config setting, Commands.ptp.Confirm_Required is now Commands.ptp.Accept.Required
  - Removed /stats alias for /mcstats
  - Removed /stats alias for /mcstats
 
 
 Version 1.4.07
 Version 1.4.07

+ 1 - 1
src/main/resources/config.yml

@@ -370,7 +370,7 @@ Commands:
         Cooldown: 120
         Cooldown: 120
         Warmup: 5
         Warmup: 5
         RecentlyHurt_Cooldown: 60
         RecentlyHurt_Cooldown: 60
-        Confirm_Required: true
+        Accept_Required: true
         Request_Timeout: 300
         Request_Timeout: 300
         # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
         # If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
         # to teleport to, from, or within any given world.
         # to teleport to, from, or within any given world.