mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-11 10:58:57 +01:00
Renamed PlaceholderAPI placeholders setting to better name
This commit is contained in:
parent
e922697ced
commit
9b93142ab4
@ -142,7 +142,8 @@ public class ConfigUpdater {
|
||||
new ConfigChange.RemovedComment("Webserver.Disable_Webserver"),
|
||||
new ConfigChange.BooleanToString("Time.Use_server_timezone", FormatSettings.TIMEZONE.getPath(), "server", "UTC"),
|
||||
|
||||
new ConfigChange.Removed("Plugin.Logging.Debug")
|
||||
new ConfigChange.Removed("Plugin.Logging.Debug"),
|
||||
new ConfigChange.Moved("Plugins.PlaceholderAPI.PlaceholderAPI", "Plugins.PlaceholderAPI.Tracked_player_placeholders")
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ dependencies {
|
||||
compile 'com.djrapitops:Extension-MyPet:3.10-R0.2'
|
||||
compile 'com.djrapitops:Extension-Nucleus:2.3.0-R0.1'
|
||||
compile 'com.djrapitops:Extension-nuVotifier:2.3.4-R0.3'
|
||||
compile 'com.djrapitops:Extension-PlaceholderAPI:2.10.9-R0.2'
|
||||
compile 'com.djrapitops:Extension-PlaceholderAPI:2.10.9-R0.3'
|
||||
compile 'com.djrapitops:Extension-PlotSquared:5.13.11-R0.1'
|
||||
compile 'com.djrapitops:Extension-ProtectionStones:2.8.2-R0.1'
|
||||
compile 'com.djrapitops:Extension-ProtocolSupport:1.16.4-R0.1'
|
||||
|
Loading…
Reference in New Issue
Block a user