[INACTIVE][FIX/MECH] properTime v1.8.9 - Control the speed of time (+multiworld) [1000]

Discussion in 'Inactive/Unsupported Plugins' started by xupwup, Jan 29, 2011.

  1. Offline

    xupwup

    properTime - Control the speed of time, for example to fix too long days/nights due to lag.
    Version: 1.8.9

    THIS PLUGIN HAS BEEN DISCONTINUED. See here for the continuation of this plugin.

    On many servers, lag causes the time to pass extremely slow, so I created a fix.

    properTime runs in a dedicated thread, so it wont really be affected by lag.
    By default this plugin makes sure that the day/night cycle lasts exactly 20 minutes.

    If desired you can change this, so that it always runs at half speed, or -10 times as fast, causing the time to go backwards really fast :). Please note that this will cause the sun/moon to jerk, this can only be fixed with a client mod.
    This plugin is also compatible with other time changing plugins, however, I advise against using it in combination with time stopping plugins. It also works fine with beds.

    Sample config file:
    Code:
    # Use 2 for double speed, 3 for triple, etc.
    # At 1x speed, the complete day-night cycle takes 20 minutes.
    
    world: "nether"
    timespeedDay: 1.0 #these settings will be ignored because perma > 0
    timespeedNight: 1.0
    timespeedDusk: 1.0
    timespeedDawn: 1.0
    perma: 15000 # the time will always be 15000, which is at night. Use a value between 0 (sunrise) and 24000.
    
    world: "world"
    timespeedDay: 5.0
    timespeedNight: 5.0
    timespeedDusk: 1.0
    timespeedDawn: 1.0
    perma: -1 # less than 0, so will be ignored
    Normally day lasts 10 minutes, dawn + dusk 1.5, and night 7.
    If you want your day to last 12 minutes, you should set timespeedDay to 10/12 = 0.833

    Also, when freezing time, if you set the time to somewhere during dusk or dawn, the light will flicker for the client. I advise against this.

    Features:
    • Configurable time speeds
    • Dedicated thread (so lag proof)
    • Separate configuration for day, night, dawn, dusk
    • Multiworld support (the plugin that creates the secondary worlds needs to load before properTime)
    • Permanent day/night
    • Ability to freeze time.

    To make sure that properTime loads after your multiworld plugin: (thanks to @tehbeard)
    Open properTime.jar with a program like winrar, and edit the plugin.yml file inside. Add the following code to it:
    Code:
    softdepend: [MultiVerse]
    In this example properTime will load after MultiVerse. Do this for any multiworld plugin you use. (note: you need the name of the multi world plugin as stated in it's own plugin.yml)

    World "foo" not found
    Make sure your plugins load in the correct order. You can also try to remove or rename your config file, so that it is regenerated with the correct worldnames and syntax.

    Troubleshooting
    First of all, carefully read all errors, as well as the last few comments on this thread. If that does not fix your problem, try adding "debug" to the top of your config file. That way the plugin will give you a lot of information, some of which may be useful for finding out what is wrong.


    Download: http://www.xupwup.nl/data/games/minecraft/properTime.jar
    Source: Inside the jar.
    Please also vote on the poll here so I have a better idea about the popularity of my plugin.

    Changelog:
    Show Spoiler

    Version 1.8.9
    • Sources are now inside the jar file. No other changes.
    Version 1.8.8
    • Open sourced!
    • Different synchronisation with the main thread, this should fix concurrentModificationException errors.
    Version 1.8.7
    • Use the bukkit scheduler to set the time from a thread. (should fix concurrentModificationException errors)
    Version 1.8.6
    • Added debugging functionality that can be enabled by putting the word "debug" somewhere in your config file, preferably at the top.
    Version 1.8.5
    • The parser now supports world names with spaces.
    • (A bit) nicer error messages.
    Version 1.8.4
    • Fixed stupid mistake where it said 2400 instead of 24000, causing a lot of weirdness when using the perma option.
    Version 1.8.3
    • Fixed a bug in the parser that caused nullpointer exceptions for some files.
    • Added the "perma" option for configuring permanent day/night.
    Version 1.8.2
    • Fixed bug that caused values below 1 to get rounded to 0, causing the time to stop for those that use a timespeed less than 1.
    Version 1.8.1
    • Fixed nullpointerexception when stopping the server when an invalid config file has been used.
    Version 1.8
    • Added multiworld support
    Version 1.7
    • Fixed compatibility with newer bukkit versions
    • The config file is now located at: plugins/properTime/properTime.conf
    Version 1.6
    • If the client would jump to for example dusk, the server will use the timespeed for dusk, so if you set your day speed to 0.25, and the dusk speed to 1, this will fix the flicker during the few seconds when the client wants to go to dusk, and the server still says day. This should not change anything if you use timespeeds >= 1.
    Version 1.5.1
    • Fixed namespace, see this.
    Version 1.5
    • Fixed compatibility with newer bukkit versions
    • You can now configure what world this plugin should work on. (only one is supported and this is not in the default config file)
    Version 1.4
    • Added the ability to configure timespeeds for dusk/dawn.
    Version 1.3
    • Fix compatibility with newer bukkit versions.
    Version 1.2
    • Added the ability to configure timespeeds for day/night independently.
    Version 1.1
    • Renamed properties file + location
    Version 1.0
    • Initial release



    I got bored with minecraft a while ago, and now I also got bored with maintaining my plugins. That means that there will be no more feature updates by me. If you want to take over this plugin, please send me a pm on this forum and I will answer your questions, put a link here to your version etc.
     
  2. Offline

    xupwup

    set all speeds to 20/60/24 = 0,0138888888888889
    or, if you don't like the jerking, set day and nightspeed to 17/(-3+60*24) = 0,0124269005847953, and dusk+dawn to 1, which will make dusk an dawn normal speed, and day and night very long.
    perma: 6000
    Add debug to the top of your config file and read the output given by the plugin.
     
  3. Offline

    Pythros

    I'm assuming you mean . not , in the numbers? =P
     
  4. Offline

    xupwup

    Depends on what locale java is using. I copy-pasted this directly from windows' calculator which was set to dutch. Anyway, for almost everyone java uses a dot, so yes, that is what I meant :).
     
  5. Offline

    andersonhc

    I was talking to xupwup and, as he won't work on new features for this plugin, I'll take it over to work on the new versions.
    If someone have suggestions for new implementations, please, send me a PM or post on this forum.
     
  6. Offline

    Flenix

    Can anyone help with this bug?

    Basically, I use this plugin on one world to stop the time, at night with a little bit of sun showing (enough to give some light but mobs will spawn). However, whenever i /stop and restart my server, it affects the main world until I /reload.

    Anyone know how to fix this?
     
  7. Offline

    andersonhc

    I tryed to reload a server and perma still works OK...
    can you add a line at the top of your properTime.conf only with the word "degug" and post the result for us?
     
  8. ok what is the proplem.
    Code:
    [INFO] Starting Minecraft server on 5.199.229.112:25565
    2011-08-06 13:45:22 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-06 13:45:22 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-06 13:45:22 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-08-06 13:45:22 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-06 13:45:22 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-06 13:45:22 [SEVERE] ebean.properties not found
    2011-08-06 13:45:22 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-06 13:45:23 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-06 13:45:23 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-06 13:45:23 [INFO] DataSourcePool [NiftyWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-06 13:45:23 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-06 13:45:23 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-06 13:45:23 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-08-06 13:45:24 [INFO] [ElixirMod] - Version 1.00 Started.
    2011-08-06 13:45:24 [INFO] Preparing level "world"
    2011-08-06 13:45:24 [INFO] Preparing start region for level 0 (Seed: -469693181)
    2011-08-06 13:45:25 [INFO] [AcidRain] version 1.2.6 enabled.
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Version 1.2.1 - By Lappy
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Starting up...
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Loading configuration...
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Registering event listeners...
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Started up successfully
    2011-08-06 13:45:25 [INFO] [AdminsCanFly] Permissions v2.7.4 support is enabled! Will now listen to the auto-op config.
    2011-08-06 13:45:25 [INFO] Bedtime: Will use Permissions v2.7.4 for permissions.
    2011-08-06 13:45:25 [INFO] Bedtime 1.1.1 enabled!
    2011-08-06 13:45:25 [INFO] [BBROTHER] ------------------------------------
    2011-08-06 13:45:25 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-08-06 13:45:25 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-08-06 13:45:25 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-08-06 13:45:25 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-08-06 13:45:25 [INFO] [BBROTHER] ------------------------------------
    2011-08-06 13:45:25 [INFO] [BBROTHER] Building `bbdata` table...
    2011-08-06 13:45:25 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-08-06 13:45:25 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-08-06 13:45:25 [INFO] [BBROTHER] Building `bbactions` table...
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #4 - Teleport
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #6 - Command
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #7 - Chat
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #9 - Login
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #21 - Flow
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #22 - DropItem
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-08-06 13:45:25 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-08-06 13:45:25 [INFO] [BBROTHER] Building `bbusers` table...
    2011-08-06 13:45:25 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.4).
    2011-08-06 13:45:25 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-08-06 13:45:25 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-08-06 13:45:25 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-08-06 13:45:25 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    2011-08-06 13:45:25 [INFO] BlackLung version 2.5 loaded.
    2011-08-06 13:45:25 [INFO] BleedingMobs Version: 2.0 by Perdog has been Enabled!
    2011-08-06 13:45:25 [INFO] [ClearInv] Now updating customItems.dat
    2011-08-06 13:45:25 [INFO] [ClearInv] Finished updating customItems.dat
    2011-08-06 13:45:25 [INFO] [ClearInv] Permission system detected
    2011-08-06 13:45:25 [INFO] [ClearInv] clear inventory version 1.4 enabled
    2011-08-06 13:45:25 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-08-06 13:45:25 [INFO] CButD: CraftBukkit is up to Date
    2011-08-06 13:45:25 [INFO] [DimensionDoor] External permissions system found (Permissions v2.7.4)
    2011-08-06 13:45:26 [INFO] [DimensionDoor] Registering and loading worlds...
    2011-08-06 13:45:26 [INFO] [DimensionDoor] Applying world configuration: world
    2011-08-06 13:45:26 [INFO] Preparing start region for level 1 (Seed: 6681394825451870685)
    2011-08-06 13:45:26 [INFO] [DimensionDoor] Applying world configuration: hell
    2011-08-06 13:45:26 [INFO] Preparing start region for level 2 (Seed: -5507789237695467551)
    2011-08-06 13:45:27 [INFO] [DimensionDoor] Applying world configuration: mobworld
    2011-08-06 13:45:27 [INFO] Preparing start region for level 3 (Seed: 4431064177836963840)
    2011-08-06 13:45:27 [INFO] [DimensionDoor] Applying world configuration: ocean
    2011-08-06 13:45:27 [INFO] [DimensionDoor] 4 worlds configured!
    2011-08-06 13:45:27 [INFO] [DimensionDoor] DimensionDoor v1.5.0 is enabled!
    2011-08-06 13:45:27 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-08-06 13:45:27 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-08-06 13:45:27 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-08-06 13:45:27 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-08-06 13:45:27 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-08-06 13:45:27 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-08-06 13:45:27 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-08-06 13:45:27 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-08-06 13:45:27 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-08-06 13:45:27 [INFO] FenceDoor By Ashour version 2.5 enabled.
    2011-08-06 13:45:27 [INFO] [Flight] Enabled!
    2011-08-06 13:45:27 [INFO] [Giant Trees] version 0.3.3 is enabled
    2011-08-06 13:45:27 [INFO] HigherExplosives: Using Permissions plugin that looks like version 2.7.4
    2011-08-06 13:45:27 [INFO] HigherExplosives: There is no default config for Creeper. Those explosions will be left unaffected unless they have a world specific configuration.
    2011-08-06 13:45:27 [INFO] HigherExplosives: Default config for TNTPrimed is:
    Conf(
      activeBounds=Bounds(),
      radiusMultiplier={
        (chance:1.0, value:4.0)
      },
      playerDamageMultiplier=no multiplier configured. will leave unaffected,
      creatureDamageMultiplier=no multiplier configured. will leave unaffected,
      itemDamageMultiplier=no multiplier configured. will leave unaffected,
      tntFuseMultiplier=no multiplier configured. will leave unaffected,
      preventTerrainDamage=not configured, will be left unaffected,
      fire=not configured, will be left unaffected,
      yield=100.0,
      yieldSpecific=no specific block yields configured,
      tntPrimePrevented=not configured, will be left unaffected,
      tntPrimeByHand=no sub-configuration specified,
      tntPrimeByFire=no sub-configuration specified,
      tntPrimeByRedstone=no sub-configuration specified,
      tntPrimeByExplosion=no sub-configuration specified,
      creeperCharged=no sub-configuration specified,
    )
    2011-08-06 13:45:27 [INFO] HigherExplosives: Default config for Fireball is:
    Conf(
      activeBounds=Bounds(),
      radiusMultiplier=no multiplier configured. will leave unaffected,
      playerDamageMultiplier=no multiplier configured. will leave unaffected,
      creatureDamageMultiplier=no multiplier configured. will leave unaffected,
      itemDamageMultiplier=no multiplier configured. will leave unaffected,
      tntFuseMultiplier=no multiplier configured. will leave unaffected,
      preventTerrainDamage=true,
      fire=false,
      yield=not configured, will be left unaffected,
      yieldSpecific=no specific block yields configured,
      tntPrimePrevented=not configured, will be left unaffected,
      tntPrimeByHand=no sub-configuration specified,
      tntPrimeByFire=no sub-configuration specified,
      tntPrimeByRedstone=no sub-configuration specified,
      tntPrimeByExplosion=no sub-configuration specified,
      creeperCharged=no sub-configuration specified,
    )
    2011-08-06 13:45:27 [INFO] HigherExplosives 2.0 primed and ready
    2011-08-06 13:45:27 [INFO] Found and will use plugin Permissions v2.7.4
    2011-08-06 13:45:27 [INFO] HomeX enabled.
    2011-08-06 13:45:27 [INFO] [iConomy] Logging is currently disabled.
    2011-08-06 13:45:27 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-06 13:45:27 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-06 13:45:27 [INFO] [iConomy] hooked into Permissions.
    2011-08-06 13:45:27 [INFO] [Jail] Loaded 1 jail zones.
    2011-08-06 13:45:27 [INFO] [Jail] Loaded 0 prisoners.
    2011-08-06 13:45:27 [INFO] [Jail] Loaded 0 cells.
    2011-08-06 13:45:27 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-08-06 13:45:27 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    2011-08-06 13:45:27 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-08-06 13:45:27 [INFO] Lockette: Ready to protect your containers.
    2011-08-06 13:45:27 [INFO] LPMCNavigator V0.4 by [Mentioum] is enabled
    2011-08-06 13:45:27 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-08-06 13:45:27 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-08-06 13:45:27 [INFO] [MagicCarpet] Using Permissions.
    2011-08-06 13:45:27 [INFO] mobchange 0.3 by Edfake is enabled
    2011-08-06 13:45:27 [INFO] [mcMMO] Permissions version 2.7.4 found, using Permissions.
    2011-08-06 13:45:27 [INFO] Loading Config File...
    2011-08-06 13:45:28 [INFO] [mcMMO] Permissions version 2.7.4 found, using Permissions.
    2011-08-06 13:45:28 [INFO] mcMMO version 1.0.50 is enabled!
    2011-08-06 13:45:28 [INFO] Memory max: 1037959168 bytes
    2011-08-06 13:45:28 [INFO] Memory total: 1037959168 bytes
    2011-08-06 13:45:28 [INFO] Remote Toolkit Plugin V0.45b enabled!
    2011-08-06 13:45:28 [INFO] [MobBounty] v4.05 (Oxygen) enabled.
    2011-08-06 13:45:28 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-08-06 13:45:28 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-08-06 13:45:28 [INFO] [MobBounty] Config loaded.
    2011-08-06 13:45:28 [INFO] [MobBounty] Permission plugin was found (Permissions v2.7.4).
    2011-08-06 13:45:28 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-08-06 13:45:28 [INFO] [ModDamage] 0.9.4.2 enabled [Permissions v2.7.4 active]
    2011-08-06 13:45:28 [INFO] [ModDamage] Debugging active.
    2011-08-06 13:45:28 [INFO] -Offensive:worlds:mobworld:mob:Creeper[set.1, roll.2]
    2011-08-06 13:45:28 [INFO] -Offensive:worlds:mobworld:mob:Skeleton[set.1, roll.2]
    2011-08-06 13:45:28 [INFO] -Offensive:worlds:mobworld:mob:Slime[set.1, roll.2]
    2011-08-06 13:45:28 [INFO] -Offensive:worlds:mobworld:mob:Spider[set.1, roll.2]
    2011-08-06 13:45:28 [INFO] -Offensive:worlds:mobworld:mob:Zombie[set.1, roll.2]
    2011-08-06 13:45:28 [INFO] Version: 51
    2011-08-06 13:45:28 [INFO] [NarrowtuxLib] v0.5.1 by [narrowtux] enabled.
    2011-08-06 13:45:28 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-08-06 13:45:28 [INFO] [NiftyWarp] - Integrated with Permissions v2.7.4
    2011-08-06 13:45:28 [INFO] [NiftyWarp] - NiftyWarp v1.0 has been enabled
    2011-08-06 13:45:28 [INFO] Pigasus: Permissions 2.7.4 found
    2011-08-06 13:45:28 [INFO] Pigasus v0.1 is enabled for worlds: [world]
    2011-08-06 13:45:28 [INFO] properTime reading from config at C:\Users\Jani\Desktop\NewWorld\plugins\properTime\properTime.conf
    2011-08-06 13:45:28 [INFO] properTime 1.8.9 initialized
    
    My server tries to restart anda it freezes to this "properTime 1.8.9 initialized" ? :O wtf i this proplem. Cant restart automaticly coz it freezes there.
    People cant join when it stops there dont know why.

    These still missing from that :/
    Code:
    2011-08-06 15:22:44 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    2011-08-06 15:22:44 [INFO] Shattered version 1.0 loaded.
    2011-08-06 15:22:44 [INFO] [SlimeChunk] Enabled.
    
     
  9. Offline

    xupwup

    ProperTime's messages just mean that it correctly initialised, so this might be a problem with another plugin that loads after properTime.
     
  10. Offline

    Simanova

    Plugin seems to be broken after cb1000, eg. 1043
    Clienttime and servertime maybe insyncronous ( monsters are spawning at daytime, players see time differrent )
     
  11. Offline

    andersonhc

    Simanova,

    I've just played for a while with ch1046 without any problems.

    I'll make some more tests to be sure.
     
  12. Offline

    xupwup

    THIS PLUGIN HAS BEEN DISCONTINUED. See here for the continuation of this plugin.
     

Share This Page