diff --git a/gradle.properties b/gradle.properties index 872235d7..01363aa3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 4.1.4.1 b77 +version = 4.1.4.1 b78 description = The Ultimate RPG Mob Levelling Solution \ No newline at end of file diff --git a/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/commands/subcommands/SpawnerEggCommand.kt b/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/commands/subcommands/SpawnerEggCommand.kt index d386da2f..3de66ef7 100644 --- a/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/commands/subcommands/SpawnerEggCommand.kt +++ b/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/commands/subcommands/SpawnerEggCommand.kt @@ -68,6 +68,7 @@ object SpawnerEggCommand : SpawnerBaseClass() { sender: CommandSender, input: String ){ + this.commandSender = sender val args = Utils.splitStringWithQuotes(input) var hasGivePlayer = false diff --git a/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/rules/RuleInfo.kt b/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/rules/RuleInfo.kt index 8a493e66..7b2e885d 100644 --- a/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/rules/RuleInfo.kt +++ b/levelledmobs-plugin/src/main/kotlin/io/github/arcaneplugins/levelledmobs/rules/RuleInfo.kt @@ -134,11 +134,11 @@ class RuleInfo( var mobNBTData: MergeableStringList? = null @field:RuleFieldInfo("skylight level", RuleType.CONDITION) var conditionsSkyLightLevel: MinAndMax? = null - @field:RuleFieldInfo("allowed worlds", RuleType.CONDITION) + @field:RuleFieldInfo("worlds", RuleType.CONDITION) var conditionsWorlds: CachedModalList? = null - @field:RuleFieldInfo("allowed entities", RuleType.CONDITION) + @field:RuleFieldInfo("entities", RuleType.CONDITION) var conditionsEntities: CachedModalList? = null - @field:RuleFieldInfo("allowed biomes", RuleType.CONDITION) + @field:RuleFieldInfo("biomes", RuleType.CONDITION) var conditionsBiomes: CachedModalList? = null @field:RuleFieldInfo("external plugins", RuleType.CONDITION) var conditionsExternalPlugins: CachedModalList? = null