mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-19 05:44:44 +02:00
new settings for showing patreon, paypal
This commit is contained in:
@ -24,7 +24,8 @@ public class ConfigSectionGeneral {
|
||||
private boolean pistonsMarkBlocksUnnatural = PISTONS_MARK_BLOCKS_DEFAULT;
|
||||
|
||||
@Setting(value = "Spawned-Mobs-Have-Modified-XP-Values",
|
||||
comment = "Spawned mobs will give different XP values than their naturally spawning counterparts" +
|
||||
comment =
|
||||
"Spawned mobs will give different XP values than their naturally spawning counterparts" +
|
||||
"\nBy default, spawned mob XP is reduced to zero, but you could change it in the experience config to whatever you want." +
|
||||
"\nSpawned mobs include mobs spawned from a nether portal, mob spawner, or eggs." +
|
||||
"\nThis will not include mobs spawned from commands, typically." +
|
||||
@ -32,7 +33,9 @@ public class ConfigSectionGeneral {
|
||||
private boolean markSpawnedMobs = SPAWNED_MOBS_DEFAULT;
|
||||
|
||||
@Setting(value = "Tamed-Entities-Have-Modified-XP-Values",
|
||||
comment = "Prevents tamed entities from giving combat XP when struck by players" +
|
||||
comment =
|
||||
"Prevents tamed entities from giving normal combat XP when struck by players" +
|
||||
"\nBy default, combat XP from tamed mobs is reduced to zero, but you could change it in the experience config to whatever you want." +
|
||||
"\nIt's hard to imagine this being abused, but we disable it anyways." +
|
||||
"\nTamed entities get marked in the same way that spawned mobs do, so they are affected by the same XP modifiers." +
|
||||
"\nDefault value: "+TAMED_MOB_DEFAULT)
|
||||
|
@ -1,7 +1,7 @@
|
||||
package com.gmail.nossr50.config.hocon;
|
||||
package com.gmail.nossr50.config.hocon.hardcore;
|
||||
|
||||
import ninja.leaping.configurate.objectmapping.serialize.ConfigSerializable;
|
||||
|
||||
@ConfigSerializable
|
||||
public class Metrics {
|
||||
public class ConfigHardcore {
|
||||
}
|
@ -1,7 +1,8 @@
|
||||
package com.gmail.nossr50.config.hocon;
|
||||
package com.gmail.nossr50.config.hocon.metrics;
|
||||
|
||||
import ninja.leaping.configurate.objectmapping.serialize.ConfigSerializable;
|
||||
|
||||
@ConfigSerializable
|
||||
public class Hardcore {
|
||||
public class ConfigMetrics {
|
||||
|
||||
}
|
Reference in New Issue
Block a user