[MECH/MISC] Seasons - Snow Snow Snow Edition. I can see it ! [1.5.2]

Discussion in 'Archived: Plugin Releases' started by rominos2, Apr 29, 2011.

  1. Offline

    rominos2

    Seasons - The Great Weather Plugin
    Version: v2.0.3 (Snow Snow Snow Edition)

    This plugin is now on BukkitDev
    Still want more ?
    Take a look at the SeasonsPlusPlus plugin on BukkitDev
    Metrics Stats (Thanks to you) :​
    [​IMG]
    Old Thread
    Old Thread


    Add differents seasons to your server.
    Change the duration of Seasons using the in-game time in days
    Each season has its own weather probability and its own duration
    Just put the Jar in yout plugin Folder and let's go !
    Using Spout (optional), you can put only snow on snowSeasons (configurable)

    Features:
    • Add as many seasons you want with properties
    • Insert special Days that will be anounced
    • Change the duration of each season and of each weather
    • Save your current season when you stop the server or disable the plugin
    • Change season and weather in live with commands
    • Able to stop Snow and Ice Regen
    • Added to Minecraft UpToDate
    • You can set Textures packs for each seasons with Spout (optional)
    Download Links :
    Seasons v1.6.2


    An Explaining Video by Specops343 (Version 1.1) (Outdated):


    Thanks to him for this great Video

    Commands & Permissions :
    Commands & Permissions (open)

    Commands :
    For Players :
    • /season - See the current season and the remaining days
    • /setseason [shortname] - Change the current season (Permissions)
    • /sweather [sun|rain|thunder] - Change the current weather (Permissions)
    For Console :
    • /season [world] - See the current season and the remaining days
    • /setseason [world] [shortname] - Change the current season (Permissions)
    • /sweather [world] [sun|rain|thunder] - Change the current weather (Permissions)
    Permissions :
    • /sweather : seasons.weather
    • /setseason : seasons.change
    • Prevent texture changes : seasons.textures.exempt


    TODO :
    • World Edit Region Optional Limit for a season
    Known Issues :
    • Have NullPointerException on nonSpout clients on snow season
    Changelog:
    Version 1.6.2 (04-09-2011)
    • Add a snow config on Seasons to put only snow when raining (Spout)
    • Big code cleaning to avoid NullPointerException errors
    Changelog (open)

    Version 1.6.1 (02-09-2011)
    • Add a permission node seasons.textures.exempt to prevent texture changes
    Version 1.6 - Spout Edition(02-09-2011)
    • Add in-build Permissions system support
    • Fix the NullPointerException when no SpecialDays
    • Add Spout support with a texture pack for each seasons (optional)
    Version 1.5.2(22-08-2011)
    • Add Ice Regen config
    • Fix the problem with restarting from begenning
    • Updated to 1060 (new methods)
    • A bit of code cleaning
    Version 1.5.1(21-07-2011)
    • OutOfBounds Error has been banished to another universe for good
    Version 1.5 - Mighty Yaml(20-07-2011)
    • Properties and Seasons Properties now in ONE .yml config
    • Save of seasons are now in ONE .do-noy-touch file
    • Properties are not loading for Nether worlds (set active to false, color to Aqua and Log to true)
    • Should really fix the load of special Worlds
    • Add of shortnames for each season
    • Change /setseason [number] to /setseason [shortname]
    • Beginning of Version's Name because Edition named are a lot funnier ^^
    Version 1.4.2(03-07-2011)
    • Correcting the OutOfBounds errors with special worlds
    Version 1.4.1(27-06-2011)
    • Fix a scheduler issues when disabling Seasons
    Version 1.4(16-06-2011)
    • Add Snow Regen control
    Version 1.3.5(13-06-2011)
    • Fix the OutOfBounds error (because of blank lines)
    • You can now add blank lines to your .seasons files
    Version 1.3.4(03-06-2011)
    • Fixing the console use command by adding an beautiful message
    • Should Fix the GetDayListener Error on Weather_Change
    Version 1.3.3(02-06-2011)
    • Fix a bug with double numbers
    Version 1.3.2(01-06-2011)
    • Compiled for build 818
    • Fix another bug in /season on special Day (shouldn't be another bug on it ^^)
    Version 1.3.1(27-05-2011)
    • Fix a bug in /season on a special Day
    Version 1.3(26-05-2011)
    • Agin Try to fix the Double displays
    • Add a different SeasonLenght and MeteoLength for each Season
    • Suppression of the SeasonTime and MeteoTime
    • Add a configurable Resolution
    Version 1.2.4(22-05-2011)
    • Fixing the LoadSave Error
    Version 1.2.3(18-05-2011 too)
    • Correct /setseason because it's wasn't doing what it should do ^^
    • Modify /weather -> /sweather because of conflict between plugins
    Version 1.2.2(18-05-2011)
    • /season return one number after the comma
    • No more /rain /thunder /storm --> Now /weather [sun|rain|thunder]
    • Log options in the configs to active a log on Seasons Change and players' commands
    Version 1.2.1(12-05-2011)
    • Fix the Nag Author Error of the build 766
    Version 1.2(07-05-2011)
    • MultiWorld Support with possibility to not active seasons
    • Time Resolution to 0.1
    • Command to change Season (Permissions)
    • Configurable texts to display
    Version 1.1(02-05-2011)
    • Time Support now in-game with days
    • Names for seasons
    • /seasons to see the current seasons and the number of remaining days
    • Permissions support for the two next commands
    • /rain or /storm to force weather to rain
    • /thunder to force rain and lightning
    • Display the Seasons Changes
    Version 1.0(20-04-2011)
    • Release of this awesome plugin with a lot of enjoyable features !


     
  2. Offline

    ledhead900

    PHP:
    #--- Seasons Time Properties ---
    #active set if Seasons plugin is active in this world
    active true
    #Do you want log on changes of Seasons and Players Commands ?
    log true
    #Times' resolution is 0.1
    #SeasonTime is in Minecraft Days, it's the time of a season
    seasonTime 10
    #meteoTime Minecraft Days, it's the time of a randomized weather
    meteoTime 0.5
    #changeMessage is the message dsiplayed when Season changes
    changeMessage Seasons changes to <name>.
    #seasonMessage is the message displayed with the season command
    seasonMessage You're in <name> for another <number> days.
    #messageColor is the Color of every message displayed
    messageColor = §b
    #List of Colors
    #BLACK : §0
    #DARK_BLUE : §1
    #DARK_GREEN : §2
    #DARK_AQUA : §3
    #DARK_RED : §4
    #DARK_PURPLE : §5
    #GOLD : §6
    #GRAY : §7
    #DARK_GRAY : §8
    #BLUE : §9
    #GREEN : §a
    #AQUA : §b
    #RED : §c
    #LIGHT_PURPLE : §d
    #YELLOW : §e
    PHP:
    #Here is the template of a season with percentage of weather
    #Season Name:No weather , Rain/Snow , Rain/Snow + Thunder
    #Make sure it's 100% for each line
    #Each line correspond to a season
    Dry Season:80,15,5
    Wet Season
    :20,70,10
    I dont exactly have the ones I made anymore :S will need to re create them.
     
  3. Offline

    rominos2

    Ho soory it was because of your .do-not-touch
    You've perhaps modify the .seasons and it wanted to point to an inexisting season

    Just delete them and relaunch again
     
    bellardie likes this.
  4. Offline

    ledhead900

    Ok I just re set them up have not launched anything the "Do not touch file is 0kb and empty.

    Here is what I have this time around. They should work correct ?

    PHP:
    #--- Seasons Time Properties ---
    #active set if Seasons plugin is active in this world
    active true
    #Do you want log on changes of Seasons and Players Commands ?
    log false
    #Times' resolution is 0.1
    #SeasonTime is in Minecraft Days, it's the time of a season
    seasonTime 30
    #meteoTime Minecraft Days, it's the time of a randomized weather
    meteoTime 2.0
    #changeMessage is the message dsiplayed when Season changes
    changeMessage = <nameHas Arrived.
    #seasonMessage is the message displayed with the season command
    seasonMessage It's <name> for another <number> days.
    #messageColor is the Color of every message displayed
    messageColor = §b
    #List of Colors
    #BLACK : §0
    #DARK_BLUE : §1
    #DARK_GREEN : §2
    #DARK_AQUA : §3
    #DARK_RED : §4
    #DARK_PURPLE : §5
    #GOLD : §6
    #GRAY : §7
    #DARK_GRAY : §8
    #BLUE : §9
    #GREEN : §a
    #AQUA : §b
    #RED : §c
    #LIGHT_PURPLE : §d
    #YELLOW : §e
    PHP:
    #Here is the template of a season with percentage of weather
    #Season Name:No weather , Rain/Snow , Rain/Snow + Thunder
    #Make sure it's 100% for each line
    #Each line correspond to a season
    Summer:60,15,25
    Dry Season
    :90,5,5
    Wet Season
    :20,70,10
    Autumn
    :50,25,25
    Winter
    :35,50,15
    My nether worlds is identical only its set to active: false

    Produced this error on load
    PHP:
    2011-05-21 05:27:34 [INFOStarting minecraft server version Beta 1.5_02
    2011
    -05-21 05:27:34 [INFOLoading properties
    2011
    -05-21 05:27:34 [INFOStarting Minecraft server on 10.0.0.25:7767
    2011
    -05-21 05:27:34 [INFOThis server is running Craftbukkit version git-Bukkit-0.0.0-729-g5ee3f0f-b766jnks (MC1.5_02)
    2011-05-21 05:27:34 [INFOPreparing level "world"
    2011-05-21 05:27:34 [INFOPreparing start region
    2011
    -05-21 05:27:35 [INFODataSourcePool [BukkitPistonautoCommit[falsetransIsolation[SERIALIZABLEmin[2max[20]
    2011-05-21 05:27:35 [INFOSubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-21 05:27:35 [INFOtrimming off 'is' from boolean field name isOp in class com.bukkit.redspider.bukkitPiston.PersistentPlayer
    2011
    -05-21 05:27:35 [INFOEntities enhanced[0subclassed[3]
    2011-05-21 05:27:36 [INFODataSourcePool [MinecartManiaCoreautoCommit[falsetransIsolation[SERIALIZABLEmin[2max[20]
    2011-05-21 05:27:36 [INFOSubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-21 05:27:36 [INFOEntities enhanced[0subclassed[2]
    2011-05-21 05:27:36 [INFODataSourcePool [MinecartManiaSignCommandsautoCommit[falsetransIsolation[SERIALIZABLEmin[2max[20]
    2011-05-21 05:27:36 [INFOSubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-21 05:27:36 [INFOEntities enhanced[0subclassed[2]
    2011-05-21 05:27:36 [INFOAppleTree v0.5.1 activated.
    2011-05-21 05:27:36 [INFOGroupManager INFO Scheduled Data Saving is set for every 10 minutes!
    2011-05-21 05:27:36 [INFOGroupManager version 1.0(alpha-5is enabled!
    2011-05-21 05:27:36 [INFOFake Permissions version 2.7.2 is enabled!
    2011-05-21 05:27:36 [INFObMobs version 1.1 is enabled!
    2011-05-21 05:27:36 [INFOBorderGuard version 3.1 is enabled!
    2011-05-21 05:27:36 [INFOLoading BukkitPiston 0.53
    2011
    -05-21 05:27:37 [INFOChairCraft 1.2.2 is enabled.
    2011-05-21 05:27:37 [INFOChestLock 0.8.1 is enabled!
    2011-05-21 05:27:37 [INFOChestLock Successfully linked with Permissions!
    2011-05-21 05:27:37 [INFOEasyRules version 1.0.0 is enabled!
    2011-05-21 05:27:37 [INFOLoaded Essentials build 2.2.18 by ZenexerementaloAeluxBrettflanKimKandorsnowleoceulemans and Xeology
    2011
    -05-21 05:27:37 [INFOLoaded EssentialsGeoIP build 2.2.18 by ZenexerementaloAeluxBrettflanKimKandorsnowleoceulemans and Xeology
    2011
    -05-21 05:27:37 [INFOThis product includes GeoLite data created by MaxMindavailable from http://www.maxmind.com/.
    2011-05-21 05:27:37 [INFOLoaded EssentialsSpawn build 2.2.18 by ZenexerementaloAeluxBrettflanKimKandorsnowleoceulemans and Xeology
    2011
    -05-21 05:27:37 [INFOFalseBookBlock v0.84alpha by GeMo enabled
    2011
    -05-21 05:27:37 [INFO] [FalseBook Block2 Cauldrons successfully loaded.
    2011-05-21 05:27:37 [INFO] [FalseBook CoreFalseBookCore v0.84alpha by GeMo enabled!
    2011-05-21 05:27:37 [INFOFalseBookIC v0.84alpha by GeMo enabled
    2011
    -05-21 05:27:37 [INFO] [iChatFound Permissions (v2.7.2)
    2011-05-21 05:27:37 [INFOiChat (v2.2.3enabled
    2011
    -05-21 05:27:37 [INFO] [iConomyLogging is currently disabled.
    2011-05-21 05:27:37 [INFO] [iConomyv5.01 (Eruannaloaded.
    2011-05-21 05:27:37 [INFO] [iConomyDeveloped by: [Nijikokun]
    2011-05-21 05:27:37 [INFO] [EssentialsPayment method found (iConomy version5)
    2011-05-21 05:27:37 [INFOTurnstile Successfully linked with iConomy!
    2011-05-21 05:27:37 [INFO] [iConomyhooked into Permissions.
    2011-05-21 05:27:37 [INFO] [LogBlockPermissions enabled
    2011
    -05-21 05:27:37 [INFO] [LogBlockScheduled consumer with bukkit scheduler.
    2011-05-21 05:27:37 [INFOLogblock v0.15 enabled.
    2011-05-21 05:27:37 [INFOMCBansmcbans version 2.9.1 is enabled!
    2011-05-21 05:27:37 [INFOMCBansVoting enabled!
    2011-05-21 05:27:37 [INFOMCBansChecking for premium!
    2011-05-21 05:27:38 [INFOMCBansServer NOT premium!
    2011-05-21 05:27:38 [INFO] [Minecart ManiaDebug mode switched to NORMAL
    2011
    -05-21 05:27:38 [INFO] [Minecart ManiaMinecartManiaCore version 1.2.3 is enabled!
    2011-05-21 05:27:38 [INFO] [Minecart ManiaMinecartManiaSignCommands version 1.2.3 is enabled!
    2011-05-21 05:27:38 [INFO] [Minecart ManiaMinecartManiaStation version 1.2.3 is enabled!
    2011-05-21 05:27:38 [INFOMobRider 0.37 enabled.
    2011-05-21 05:27:38 [INFOMobRider Permissions Plugin Detected
    2011
    -05-21 05:27:38 [INFO] [MonsterTamer]: version [1.3.9] (Commanderloaded
    2011
    -05-21 05:27:38 [INFOmyBoat using permissions.
    2011-05-21 05:27:38 [INFOMy Boat Enabled.
    2011-05-21 05:27:38 [WARNINGNextStationCannot get property next_terminal_msg_textusing default.
    2011-05-21 05:27:38 [WARNINGNextStationCannot get property next_station_msg_textusing default.
    2011-05-21 05:27:38 [WARNINGNextStationCannot get property next_intersection_msg_textusing default.
    2011-05-21 05:27:38 [INFONextStationConfiguration file loaded.
    2011-05-21 05:27:38 [INFONextStationVersion 0.2.1 enable.
    2011-05-21 05:27:38 [INFO] [NoCheatversion [1.00bcouldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-05-21 05:27:38 [INFO] [NoCheat] version [1.00b] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Version 0.07 enabled.
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "world"
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "nether"
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Allow Monsters False
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Allow Animals False
    2011-05-21 05:27:38 [INFO] [Performance Tweaks] Monster Limiter:
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]      "world":
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Max Monsters: 500
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]      "nether":
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-05-21 05:27:38 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-05-21 05:27:38 [INFO] PwnCraft STARTED
    2011-05-21 05:27:38 [INFO] [Seasons] Plugin Seasons, by Rominos2, version 1.2.3, is enabled.
    2011-05-21 05:27:38 [INFO] [Seasons] Loaded 5 seasons for world, active : true.
    2011-05-21 05:27:38 [INFO] [Seasons] Loaded 5 seasons for nether, active : false.
    2011-05-21 05:27:38 [INFO] [ThunderTower] Permissions found and loaded.
    2011-05-21 05:27:38 [SEVERE] null loading Seasons v1.2.3 (Is it up to date?)
    java.lang.NullPointerException
        at org.rominos2.Seasons.SeasonsSettings.loadSave(SeasonsSettings.java:117)
        at org.rominos2.Seasons.SeasonsDayListener.<init>(SeasonsDayListener.java:29)
        at org.rominos2.Seasons.Seasons.onEnable(Seasons.java:55)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-21 05:27:38 [INFO] Showcase version 0.5.1 is enabled!
    2011-05-21 05:27:38 [INFO] [Showcase] Payment method found (iConomy version: 5)
    2011-05-21 05:27:38 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-05-21 05:27:38 [INFO] [Towny] Using: Permissions, iConomy
    2011-05-21 05:27:38 [INFO] [Towny] Version: 0.67 - Mod Enabled
    2011-05-21 05:27:38 [INFO] vStopFire version 1.0 is enabled!
    2011-05-21 05:27:38 [INFO] War> War v1.4.2 (Slim) is on.
    2011-05-21 05:27:38 [INFO] WorldEdit 4.5 enabled.
    2011-05-21 05:27:38 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-21 05:27:38 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-21 05:27:38 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.3 is enabled!
    2011-05-21 05:27:38 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-05-21 05:27:38 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.2 is enabled!
    2011-05-21 05:27:38 [INFO] Done (0.412s)! For help, type "help" or "?"
    2011-05-21 05:27:38 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-05-21 05:27:38 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-05-21 05:27:38 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-05-21 05:27:38 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-05-21 05:27:38 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    2011-05-21 05:27:38 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    2011-05-21 05:27:38 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    2011-05-21 05:27:38 [INFO] War> Warzones ready.
    2011-05-21 05:28:10 [INFO] Plugins: AppleTree, bMobs, BorderGuard, BukkitPiston, ChairCraft, ChestLock, EasyRules, Essentials, EssentialsGeoIP, GroupManager, EssentialsSpawn, FalseBookBlock, FalseBookCore, FalseBookIC, iChat, iConomy, LogBlock, mcbans, MinecartManiaCore, MinecartManiaSignCommands, MinecartManiaStation, MobRider, MonsterTamer, My Boat, NextStation, NoCheat, PerformanceTweaks, PwnCraft, Seasons, Showcase, SignColours, Towny, vStopFire, War, WorldEdit, Permissions, MinecartManiaAdminControls, MinecartManiaAutomations, MinecartManiaChestControl
     
  5. Offline

    rominos2

    I didn't say to empty the .do-not-touch
    I said delete it
     
    bellardie likes this.
  6. Offline

    ledhead900

    Oh yea my bad soz, It geneerated a fresh one with the other configs did not realize that even tho it was empty as a biskit tin it still had a roll to play.

    Works now!
     
  7. Offline

    claivin

    Love this plugin, but...
    I'm getting the same error as many people here. :/
    Yes, I tried deleting and regenerating a new "do-not-touch" file.
    Code:
    18:58:17 [INFO] [Seasons] Plugin Seasons, by Rominos2, version 1.2.3, is enabled.
    18:58:17 [INFO] [Seasons] Loaded 4 seasons for world, active : true.
    18:58:17 [INFO] [Seasons] Loaded 1 seasons for netherWorld, active : false.
    18:58:17 [INFO] [ThunderTower] Permissions found and loaded.
    18:58:17 [SEVERE] null loading Seasons v1.2.3 (Is it up to date?)
    java.lang.NullPointerException
    	at org.rominos2.Seasons.SeasonsSettings.loadSave(SeasonsSettings.java:117)
    	at org.rominos2.Seasons.SeasonsDayListener.<init>(SeasonsDayListener.java:29)
    	at org.rominos2.Seasons.Seasons.onEnable(Seasons.java:55)
    	at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:127)
    	at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:676)
    	at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:249)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:131)
    	at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:109)
    	at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:336)
    	at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:201)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:270)
    	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:396)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:381)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    And, as requested, my property files:

    "world.properties"
    Code:
    #--- Seasons Time Properties ---
    #active set if Seasons plugin is active in this world
    active = true
    #Do you want log on changes of Seasons and Players Commands ?
    log = true
    #Times' resolution is 0.1
    #SeasonTime is in Minecraft Days, it's the time of a season
    seasonTime = 30
    #meteoTime Minecraft Days, it's the time of a randomized weather
    meteoTime = 0.5
    #changeMessage is the message dsiplayed when Season changes
    changeMessage = It is now <name>.
    #seasonMessage is the message displayed with the season command
    seasonMessage = It'll be <name> for another <number> days.
    #messageColor is the Color of every message displayed
    messageColor = ßb
    #List of Colors
    #BLACK : ß0
    #DARK_BLUE : ß1
    #DARK_GREEN : ß2
    #DARK_AQUA : ß3
    #DARK_RED : ß4
    #DARK_PURPLE : ß5
    #GOLD : ß6
    #GRAY : ß7
    #DARK_GRAY : ß8
    #BLUE : ß9
    #GREEN : ßa
    #AQUA : ßb
    #RED : ßc
    #LIGHT_PURPLE : ßd
    #YELLOW : ße
    "world.seasons"
    Code:
    #Here is the template of a season with percentage of weather
    #Season Name:No weather , Rain/Snow , Rain/Snow + Thunder
    #Make sure it's 100% for each line
    #Each line correspond to a season
    spring:5,80,15
    summer:60,35,5
    autumn:34,33,33
    winter:45,29,30
    "netherWorld.properties"
    Code:
    #--- Seasons Time Properties ---
    #active set if Seasons plugin is active in this world
    active = false
    #Do you want log on changes of Seasons and Players Commands ?
    log = true
    #Times' resolution is 0.1
    #SeasonTime is in Minecraft Days, it's the time of a season
    seasonTime = 10
    #meteoTime Minecraft Days, it's the time of a randomized weather
    meteoTime = 0.5
    #changeMessage is the message dsiplayed when Season changes
    changeMessage = Seasons changes to <name>.
    #seasonMessage is the message displayed with the season command
    seasonMessage = You're in <name> for another <number> days.
    #messageColor is the Color of every message displayed
    messageColor = §b
    #List of Colors
    #BLACK : §0
    #DARK_BLUE : §1
    #DARK_GREEN : §2
    #DARK_AQUA : §3
    #DARK_RED : §4
    #DARK_PURPLE : §5
    #GOLD : §6
    #GRAY : §7
    #DARK_GRAY : §8
    #BLUE : §9
    #GREEN : §a
    #AQUA : §b
    #RED : §c
    #LIGHT_PURPLE : §d
    #YELLOW : §e
    
    "netherWorld.seasons"
    Code:
    #Here is the template of a season with percentage of weather
    #Season Name:No weather , Rain/Snow , Rain/Snow + Thunder
    #Make sure it's 100% for each line
    #Each line correspond to a season
    None:100,0,0
     
  8. Offline

    Delois

    Not a big deal, cant set seasons, I get this, have a feeling it relates to the space in name:

    Code:
    2011-05-21 01:18:13 [INFO] Delois issued server command: setweather Stormy Season
    2011-05-21 01:18:33 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'setseason' in plugin Seasons v1.2.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:278)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:682)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:645)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:639)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:372)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:287)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NumberFormatException: For input string: "Stormy"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at org.rominos2.Seasons.Seasons.onCommand(Seasons.java:124)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    My season config for world I was using:
    Code:
    #Here is the template of a season with percentage of weather
    #Season Name:No weather , Rain/Snow , Rain/Snow + Thunder
    #Make sure it's 100% for each line
    #Each line correspond to a season
    Dry Season:80,15,5
    Stormy Season:30,40,30
     
  9. Offline

    rominos2

    --> Claivin
    Not found why it was having issue now
    I'm goind to working on that
    -->Delois
    It's normal just look at the Commands Part in the first post :
    It's /setseason [Seasons's Number] and not [Seasons's names]

    --- Release of the Version 1.2.4 ---
    Should correct the bug (Don't test because I have not this error)
    Have Fun !

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
  10. Does this still update weather once per day ? If it does, can you modify it to check each 6 in-game hours ? :} Because 1-day weather seems too blocky, even for MC.
     
  11. Offline

    Wedhro

    Just set meteoTime to less than 1:
    Code:
    meteoTime = 0.2
    It's a little less than 5 hours.
    Code:
    meteoTime = 0.3
    It's a little more than 7 hours.
     
  12. So it's 0.25 for 6 hours.

    Still, days is in 0.1 resolution too ? Because I'm seeing float values in /season... and if I type /time day it substracts 0.1, not 1.0.... so 9.0 days is actually 90 days, you should multiply the value in the print because it's confusing for people.
     
  13. Offline

    cidiantoby

    ever since i installed this plugin i have not see snow.. even when im standing where i know for a fact it used to snow. i removed it and all i ever see still is rain.
     
  14. Offline

    Wedhro

    Didn't try by myself but resolution should be 0.1 i.e. you have to choose between 0.2 or 0.3.
     
  15. Offline

    rominos2

    Yes day and meteo resolution is 0.1
     
  16. Well, if it's not clamped to 1 number after the point, then 0.25 should work.

    And what about the confusing printed message of /season command ?
     
  17. Offline

    rominos2

    What confusing message ?
    Do you have the 1.2.4 ?
    And no 0.25 doesn't work
     
    bellardie likes this.
  18. /season prints a message with the season and the remaining days, the days are multiplied by 0.1 (so 6.5 days = 65 days) and that can be verry confusing for people :)
     
  19. Offline

    rominos2

    What ?!
    I'm going to see that right now

    EDIT : Nothing like that for me
    It remains 65 days so it writes 65 days

    What's the problem ?
     
    bellardie likes this.
  20. Offline

    NopeDK

    @Digi which of the numbers are the true ones? Was it meant to be 6.5 days or 65 days?
     
  21. @rominos2
    The "Done" are from me typing /time day to simulate a passing day.
    View attachment 3550
    So that's basically 650 days.
    The days are confusing, you shouldn't use 0.1 res in days but you should allow float values (I would use 91.25 for example, it's 365 divided by 4)

    @NopeDK 6.5 plugin days is equal to 65 mc days.

    EDIT: also, if I wait some mc hours, it goes from 65.9 to 65.89.
     
  22. Offline

    NopeDK

    @Digi what about removing the plugin from the server, restart, and put it back on and reload it all. Perhaps it has just temp-failed?
     
  23. What, are you saying nobody else has this style of messages ?
     
  24. Offline

    NopeDK

    @Digi I'm on a slightly outdated version (1.2.3 I think) and in that version there is the correct style. Perhaps try that and if the same "error" occurs, then try to find conflicting plugins? Perhaps you have some time-altering plugin?
     
  25. No I don't have any plugins that alter time, apart from the /time one which is from bukkit.
    Still, this plugin even stores days in 0.1 resolution, so I dunno.

    Anyway, @rominos2 you should test it how I did, make/wait a day pass and see how much it decreases, days display shouldn't be in float and divided by 10.
     
  26. Offline

    rominos2

    I made the test with 65 days and it says me it remains 64 days after a /time day
    Also made with 6.5 and it functions
    If you want I'll make a test with 650 but I don't think it's different
    But yes it's not well coded, I'll modify it in the next few days even if I don't really have time

    EDIT : Oh Yes in fact you're right I am fixing that

    RE-EDIT : Fix is complete
    I'm adding new contents like special days and I'll release that tommorow
     
    bellardie likes this.
  27. Offline

    rominos2

    --- Release of the Version 1.3 ---
    Add a lot of things
    Please look at the ChangeLog

    Have Fun !

    PS : Does it functions with the 803 ? Don't have looked

    EDIT : --- Release of the Version 1.3.1 ---
    Fixing an error in /season
     
    bellardie likes this.
  28. Offline

    rominos2

    Whoo Triple Post
    --- Releas of version 1.3.2 ---
    Compiled for 818 build
    Fix another Bug on Special Day

    Still have Fun !
     
    bellardie likes this.
  29. Offline

    NopeDK

    Got a recurring error:
    Code:
    2011-06-01 13:54:33 [SEVERE] java.lang.ArrayIndexOutOfBoundsException: 3
    2011-06-01 13:54:33 [SEVERE] at org.rominos2.Seasons.SeasonsDayListener.changeMeteo(SeasonsDayListener.java:61)
    2011-06-01 13:54:33 [SEVERE] at org.rominos2.Seasons.SeasonsDayListener.run(SeasonsDayListener.java:51)
    2011-06-01 13:54:33 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2011-06-01 13:54:33 [SEVERE] at java.lang.Thread.run(Unknown Source)
    On RB818. Happens a bit randomly.
     
  30. Offline

    rominos2

    It's because of the randomize meteo.
    Try to suppress the .seasons file
    If not I will modify the 1.3.2 .zip
     
  31. Offline

    NopeDK

    Suppress?
     

Share This Page