PreciousStones - Back under the development of phaed

Discussion in 'Inactive/Unsupported Plugins' started by aPunch, Apr 20, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    aPunch

    Ryannober, Avous and kahlilnc like this.
  2. Offline

    phaed

    Are you running 4.2.5 or 4.2.4?
     
  3. Offline

    GehennaGirl

    Well I downloaded Pstones again today to put together the 1.6.6 server. Maybe i did not update that jar. However, the error did occur again and this time it totally took out the server in conjuction with Simple Save that couldnt stop repeating the save message while Pstones gave me the above listed message. Made my skin get all goose pimply.

    Re-downloading and will try again. Thank you.
     
  4. Offline

    phaed

    Yep, I fixed that 1.6 related bug in 4.2.5
     
  5. Offline

    Rcslayerpro

    How do I instal this
     
  6. Offline

    jjangu

    why do we need mysql for this? is there an older version i can use without it?
     
    thaidavid likes this.
  7. Offline

    Tungsten

    At Rcslayerpro & jjangu

    Because this is fresh in my mind, I want to write a quick guide on setting up a sloppy mysql server. I'm using an online mysql server because my host only provides support for sqlite.
    If you have zero mysql experience (like I did before I started all this), just follow the steps

    1. Head over to http://www.freemysql.net/ or some equivalent free mysql service
    2. Goto signup
    3. Fill in the details - the username and password you use here will be used again, remember them!
    4. Goto "Client Area" and select "Manage Databases"
    5. Fill in a name and purpose under "Add New Database" - the name will be used again!
    6. Click the "Add Database" button. You're done on freemysql, but remember your info in case you ever need to change it or make a new database!
    7. Now, we want to edit bukkit.yml. Here is mine with the names removed:
    Code:
    database:
        username: myusername
        isolation: SERIALIZABLE
        driver: com.mysql.jdbc.Driver
        password: mypassword
        url: jdbc:mysql://SQL09.FREEMYSQL.NET/mydatabase
    settings:
        update-folder: update
    
    Basically, just change "myusername" "mypassword" and "mydatabase" to match the username, password, and database you selected earlier, and paste it into"bukkit.yml".


    If you use a different free hosting site the url will be different (it should tell you what in your userpages), and if you're running it on your pc it will look like "//localhost/minecraft"

    I hope this is useful!
     
  8. Offline

    thaidavid

    wait do you need mysql for this to work? what is Persistence?
     
  9. Offline

    Ratchet

    i'm getting a bunch of these in my log at startup:
    Code:
    2011-06-02 04:49:26 [INFO] Wrong location! net.minecraft.server.EntityItem@1f5
    2011-06-02 04:49:26 [INFO] -313.5,367.5(-20,22) vs -20,23
    2011-06-02 04:49:26 [SEVERE] java.lang.Exception: Stack trace
    2011-06-02 04:49:26 [SEVERE]     at java.lang.Thread.dumpStack(Unknown Source)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.Chunk.a(Chunk.java:367)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.ChunkLoader.a(SourceFile:181)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:42)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:133)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:63)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.loadChunk(CraftWorld.java:226)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.loadChunk(CraftWorld.java:116)
    2011-06-02 04:49:26 [SEVERE]     at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.tagWorld(Unknown Source)
    2011-06-02 04:49:26 [SEVERE]     at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.checkTaggedWorlds(Unknown Source)
    2011-06-02 04:49:26 [SEVERE]     at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.<init>(Unknown Source)
    2011-06-02 04:49:26 [SEVERE]     at net.sacredlabyrinth.Phaed.PreciousStones.PreciousStones.onEnable(Unknown Source)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    2011-06-02 04:49:26 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-06-02 04:49:26 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    using 4.2.5 and 819
     
  10. Get these sometimes on 1.6.6 - 819:

    Code:
    13:07:43 [SEVERE] Could not pass event PLAYER_MOVE to PreciousStones
    java.lang.NullPointerException
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSPlayerListener.onPlayerMove(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:285)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:139)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:217)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:401)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:311)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  11. Offline

    AntonyDream

    Got this on start fresh server b818 with 4.2.5, mysql works fine, so what can it be?
    Code:
    22:38:34 [SEVERE] ebean.properties not found
    22:38:34 [SEVERE] Could not load 'plugins\PreciousStones.jar' in folder 'plugins
    ':
    java.lang.ExceptionInInitializerError
            at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:175)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:174)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:194)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:117)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:103)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: Error
     constructing com.avaje.ebeaninternal.server.core.DefaultServerFactory
            at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac
    tory.java:114)
            at com.avaje.ebean.EbeanServerFactory.<clinit>(EbeanServerFactory.java:5
    7)
            ... 10 more
    Caused by: java.lang.IllegalArgumentException: Error constructing com.avaje.ebea
    ninternal.server.core.DefaultServerFactory
            at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:107)
    
            at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:94)
            at com.avaje.ebean.EbeanServerFactory.createServerFactory(EbeanServerFac
    tory.java:112)
            ... 11 more
    Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: E:\Minecra
    ft  \server\Bukkit\dev\craftbukkit.jar (Системе не удается найти указанный путь)
    
            at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL
    oader.java:121)
            at com.avaje.ebeaninternal.server.core.XmlConfigLoader.load(XmlConfigLoa
    der.java:78)
            at com.avaje.ebeaninternal.server.core.DefaultServerFactory.<init>(Defau
    ltServerFactory.java:91)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at java.lang.Class.newInstance0(Unknown Source)
            at java.lang.Class.newInstance(Unknown Source)
            at com.avaje.ebeaninternal.api.ClassUtil.newInstance(ClassUtil.java:104)
    
            ... 13 more
    Caused by: java.io.FileNotFoundException: E:\Minecraft  \server\Bukkit\dev\craft
    bukkit.jar (Системе не удается найти указанный путь)
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at java.util.jar.JarFile.<init>(Unknown Source)
            at com.avaje.ebeaninternal.server.core.XmlConfigLoader.checkJar(XmlConfi
    gLoader.java:176)
            at com.avaje.ebeaninternal.server.core.XmlConfigLoader.search(XmlConfigL
    oader.java:110)
            ... 22 more
    nwm, it's because of " +" in path 8)
     
  12. Offline

    thaidavid

    has anyone have this problem? this actually crashed my server.. this is on 818

    Code:
    2011-06-04 09:19:31 [SEVERE] Exception in thread "Listen thread"
    2011-06-04 09:19:34 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:39 [SEVERE] Exception in thread "Thread-4951"
    2011-06-04 09:19:40 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:40 [SEVERE]     at java.util.regex.Pattern$BitClass.<init>(Pattern.java:2927)
    2011-06-04 09:19:40 [SEVERE]     at java.util.regex.Pattern.clazz(Pattern.java:2207)
    2011-06-04 09:19:41 [SEVERE]     at java.util.regex.Pattern.sequence(Pattern.java:1835)
    2011-06-04 09:19:41 [SEVERE]     at java.util.regex.Pattern.expr(Pattern.java:1769)
    2011-06-04 09:19:41 [SEVERE]     at java.util.regex.Pattern.compile(Pattern.java:1477)
    2011-06-04 09:19:41 [SEVERE]     at java.util.regex.Pattern.<init>(Pattern.java:1150)
    2011-06-04 09:19:41 [SEVERE]     at java.util.regex.Pattern.compile(Pattern.java:840)
    2011-06-04 09:19:42 [SEVERE]     at java.lang.String.replaceAll(String.java:2201)
    2011-06-04 09:19:42 [SEVERE]     at org.bukkit.ChatColor.stripColor(ChatColor.java:118)
    2011-06-04 09:19:42 [SEVERE]     at org.dynmap.ClientUpdateComponent.buildClientUpdate(ClientUpdateComponent.java:41)
    2011-06-04 09:19:43 [SEVERE]     at org.dynmap.ClientUpdateComponent$1.triggered(ClientUpdateComponent.java:19)
    2011-06-04 09:19:43 [SEVERE]     at org.dynmap.ClientUpdateComponent$1.triggered(ClientUpdateComponent.java:16)
    2011-06-04 09:19:44 [SEVERE]     at org.dynmap.Event.trigger(Event.java:19)
    2011-06-04 09:19:44 [SEVERE]     at org.dynmap.Events.trigger(Events.java:32)
    2011-06-04 09:19:44 [SEVERE]     at org.dynmap.web.handlers.ClientUpdateHandler.handle(ClientUpdateHandler.java:68)
    2011-06-04 09:19:44 [SEVERE]     at org.dynmap.web.HttpServerConnection.run(HttpServerConnection.java:183)
    2011-06-04 09:19:44 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:45 [SEVERE] Exception in thread "Thread-4955"
    2011-06-04 09:19:48 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:47 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:53 [SEVERE] Exception in thread "Thread-4956"
    2011-06-04 09:19:53 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:56 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:19:58 [SEVERE] Exception in thread "Thread-4958"
    2011-06-04 09:19:58 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:00 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:03 [SEVERE] Exception in thread "Thread-4959"
    2011-06-04 09:20:03 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:06 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:08 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:10 [SEVERE] Exception in thread "Thread-4960"
    2011-06-04 09:20:17 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:13 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:24 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:32 [SEVERE] Exception in thread "Thread-4963"
    2011-06-04 09:20:32 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:32 [SEVERE] Exception in thread "Thread-4962"
    2011-06-04 09:20:35 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:42 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:45 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:47 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:49 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:50 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:52 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:54 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:56 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:20:58 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:00 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:03 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:04 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:07 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:09 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:11 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:14 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:16 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:19 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:23 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:27 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:31 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:36 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:43 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:48 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:51 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:53 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:55 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:56 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:21:58 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:00 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:02 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:04 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:11 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:15 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:18 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:20 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:27 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:22:34 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:23:03 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:23:46 [SEVERE] Exception in thread "Thread-4961"
    2011-06-04 09:23:48 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:24:34 [SEVERE] Could not pass event CREATURE_SPAWN to PreciousStones
    java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:24:41 [SEVERE] Exception in thread "Thread-4957"
    2011-06-04 09:24:53 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:24:59 [INFO] <dontdie911> i am directly under the portal which made thousands of mushrooms grow
    2011-06-04 09:25:00 [SEVERE] Exception in thread "Thread-658"
    2011-06-04 09:25:00 [SEVERE] java.lang.OutOfMemoryError: Java heap space
    2011-06-04 09:25:00 [SEVERE] Exception in thread "Thread-4965"
    2011-06-04 09:25:00 [SEVERE] java.lang.OutOfMemoryError: Java heap space
     
  13. request: easy costumizable warning messages. ability to easily change "Cannot build here" message etc.

    for some reason you can place fire blocks (ID:51) inside protected territores. lava blocks on the other hand are correctly denied

    People can also extinguish fire, even though its in a protected place. This means netherrack fireplaces are griefable :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  14. Offline

    Freezy

    Seconded, please put them into the database, it's the easiest place to edit them ;-)

    Request: Cloak precious stones, as sometimes I need to place the block in a location where it would block a nice view.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  15. Offline

    LSky

    My server keeps lagging baldly when pstones starts saving data;



    Code:
    2011-06-04 01:01:59 [INFO] Connection reset
    2011-06-04 01:01:59 [INFO] GMay lost connection: disconnect.quitting
    2011-06-04 01:02:52 [INFO] Read timed out
    2011-06-04 01:03:13 [INFO] Read timed out
    2011-06-04 01:03:19 [INFO] [PreciousStones] data saved.
    2011-06-04 01:03:19 [INFO] /74.5.176.24:10467 lost connection
    2011-06-04 01:03:19 [INFO] /67.163.28.164:59561 lost connection
    2011-06-04 01:03:19 [INFO] /24.151.35.123:52636 lost connection
    2011-06-04 01:03:19 [INFO] /24.151.35.123:52637 lost connection
    2011-06-04 01:03:19 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-04 01:03:20 [INFO] rkolada1990 lost connection: disconnect.endOfStream
    2011-06-04 01:03:20 [INFO] game17682 lost connection: disconnect.endOfStream
    2011-06-04 01:03:21 [INFO] quietsamurai1998 lost connection: user was kicked.
    2011-06-04 01:03:21 [INFO] quietsamurai1998 [/98.118.58.161:6098] logged in with entity id 335814 at (-215.827945363828, 68.0, 69.74174663704048)
    2011-06-04 01:03:21 [INFO] cvmgod666 lost connection: user was kicked.
    2011-06-04 01:03:21 [INFO] cvmgod666 [/24.151.35.123:52640] logged in with entity id 335816 at (-174.30000001192093, 65.0, 177.4560718378584)
    2011-06-04 01:03:21 [INFO] Aulrone lost connection: disconnect.endOfStream
    2011-06-04 01:03:21 [INFO] Ironmanz lost connection: disconnect.endOfStream
    2011-06-04 01:03:21 [INFO] hobob117 lost connection: disconnect.endOfStream
     
    2011-06-04 02:03:00 [INFO] There are 5 out of a maximum 60 players online.
    2011-06-04 02:03:00 [INFO] Connected players: Aulrone, Ironmanz, jeffmm86, sewerduck, Silmiss
    2011-06-04 02:03:16 [INFO] §9[PLAYER_COMMAND] Aulrone: /spawn
    2011-06-04 02:03:31 [INFO] §9[PLAYER_COMMAND] Aulrone: /spawn
    2011-06-04 02:04:17 [INFO] [PreciousStones] data saved.
    2011-06-04 02:04:17 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-04 02:04:17 [INFO] Silmiss§f§7:§f the house is made
    2011-06-04 02:04:17 [INFO] jeffmm86§f§7:§f o_O
    2011-06-04 02:04:17 [INFO] Silmiss lost connection: disconnect.endOfStream
    2011-06-04 02:04:17 [INFO] sewerduck lost connection: disconnect.endOfStream
    2011-06-04 02:04:17 [INFO] Ironmanz lost connection: disconnect.endOfStream
    2011-06-04 02:04:17 [INFO] Aulrone lost connection: disconnect.endOfStream
    2011-06-04 02:04:17 [INFO] jeffmm86 lost connection: disconnect.endOfStream
     
    2011-06-04 07:02:08 [INFO] [PreciousStones] rpg288 attempted place a block [-73 66 120] in Hopsa's Gold Protection force-field [GOLD_BLOCK|-73 64 120]
    2011-06-04 07:02:39 [INFO] §9[PLAYER_COMMAND] rpg288: /list
    2011-06-04 07:03:00 [INFO] [PreciousStones] Mr_Florisboy attempted place a block [-176 62 280] in eduard100500's Gold Protection force-field [GOLD_BLOCK|-170 67 290]
    2011-06-04 07:04:07 [INFO] [PreciousStones] data saved.
    2011-06-04 07:04:07 [INFO] /109.72.47.242:49727 lost connection
    2011-06-04 07:04:07 [INFO] /96.254.77.121:55074 lost connection
    2011-06-04 07:04:07 [INFO] /74.243.46.171:63493 lost connection
    2011-06-04 07:04:07 [INFO] /62.163.231.82:49850 lost connection
    2011-06-04 07:04:07 [INFO] /86.80.115.148:49391 lost connection
    2011-06-04 07:04:07 [INFO] /108.9.159.41:50418 lost connection
    2011-06-04 07:04:07 [INFO] /96.254.77.121:55076 lost connection
    2011-06-04 07:04:07 [INFO] /24.6.199.67:56464 lost connection
    2011-06-04 07:04:09 [INFO] rpg288 lost connection: user was kicked.
    2011-06-04 07:04:09 [INFO] rpg288 [/74.243.46.171:63494] logged in with entity id 982892 at (-47.125, 64.0, 209.125)
    2011-06-04 07:04:09 [INFO] SkyarcTheAzure [/108.9.159.41:50419] lost connection
    2011-06-04 07:04:10 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-06-04 07:04:10 [INFO] Jacknone lost connection: user was kicked.
    2011-06-04 07:04:10 [INFO] Jacknone [/110.174.55.179:56292] logged in with entity id 982963 at (-108.6875, 54.0, 27.6875)
    2011-06-04 07:04:10 [INFO] Jacknone lost connection: disconnect.endOfStream
    2011-06-04 07:04:10 [INFO] eduard100500 lost connection: user was kicked.
    2011-06-04 07:04:10 [INFO] eduard100500 [/62.163.231.82:50833] logged in with entity id 982965 at (-165.82106081136453, 68.0, 294.2295875050397)
    2011-06-04 07:04:10 [INFO] markent94 lost connection: user was kicked.
    2011-06-04 07:04:10 [INFO] markent94 [/76.93.195.172:63372] logged in with entity id 982967 at (-150.69999998807907, 79.0, 201.0018160772658)
    2011-06-04 07:04:10 [INFO] bunnifaun lost connection: user was kicked.
    2011-06-04 07:04:10 [INFO] bunnifaun [/76.91.202.109:54361] logged in with entity id 982969 at (-410.09375, 46.0, -392.25)
    2011-06-04 07:04:10 [INFO] ekdromoi lost connection: user was kicked.
    2011-06-04 07:04:10 [INFO] ekdromoi [/96.254.77.121:55078] logged in with entity id 982971 at (-67.50302856784882, 14.921599998474122, -6.687998313625781)
    2011-06-04 07:04:10 [INFO] appelmoespot§f§7:§f we need fences
    2011-06-04 07:04:10 [INFO] cutty2k lost connection: disconnect.endOfStream
    2011-06-04 07:04:10 [INFO] SkyarcTheAzure lost connection: disconnect.endOfStream
    2011-06-04 07:04:10 [INFO] appelmoespot lost connection: disconnect.endOfStream
    2011-06-04 07:04:10 [INFO] Mr_Florisboy lost connection: disconnect.endOfStream
     
    2011-06-04 13:05:34 [INFO] §9[PLAYER_COMMAND] xGrumpyOldGeezer: /spawn
    2011-06-04 13:06:37 [INFO] Read timed out
    2011-06-04 13:06:39 [INFO] Read timed out
    2011-06-04 13:06:51 [INFO] [PreciousStones] data saved.
    2011-06-04 13:06:51 [INFO] /50.23.30.168:38798 lost connection
    2011-06-04 13:06:51 [INFO] /62.163.231.82:50186 lost connection
    2011-06-04 13:06:51 [INFO] /92.238.162.223:65227 lost connection
    2011-06-04 13:06:51 [INFO] /2.25.201.244:2137 lost connection
    2011-06-04 13:06:51 [INFO] /94.231.101.83:48385 lost connection
    2011-06-04 13:06:51 [INFO] /178.190.114.133:51910 lost connection
    2011-06-04 13:06:51 [INFO] /86.15.227.202:50514 lost connection
    2011-06-04 13:06:51 [INFO] /86.80.115.148:49660 lost connection
    2011-06-04 13:06:51 [INFO] /178.190.114.133:51914 lost connection
    2011-06-04 13:06:51 [INFO] /94.231.109.47:48183 lost connection
    2011-06-04 13:06:51 [INFO] /62.163.231.82:49891 lost connection
    2011-06-04 13:06:51 [INFO] /2.25.201.244:2146 lost connection
    2011-06-04 13:06:51 [INFO] /62.163.231.82:49892 lost connection
    Any idea what is causing this? It is causing lag and kicks everyone very often and makes server restarts last very long.
     
  16. Offline

    mwdennis

    I am running 4.2.5 on CB819. With Precious Stones loaded, I can enter the nether, but if I try to come back to the normal world my client hangs, and on the server it just loops the following code over and over until I restart it:
    Code:
            at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:632)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:174)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:104)
            at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:115)
            at net.minecraft.server.World.getChunkAt(World.java:218)
            at net.minecraft.server.World.getTypeId(World.java:161)
            at org.bukkit.craftbukkit.CraftWorld.getBlockTypeIdAt(CraftWorld.java:60)
            at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.isTaggedArea(Unknown Source)
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockFromTo(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:433)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:136)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.WorldGenLiquids.a(SourceFile:36)
            at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:632)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:174)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:104)
            at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:115)
            at net.minecraft.server.World.getChunkAt(World.java:218)
            at net.minecraft.server.World.getTypeId(World.java:161)
            at org.bukkit.craftbukkit.CraftWorld.getBlockTypeIdAt(CraftWorld.java:60)
            at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.isTaggedArea(Unknown Source)
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockFromTo(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:433)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:136)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:110)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.WorldGenLiquids.a(SourceFile:36)
            at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:632)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:174)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:104)
            at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:115)
            at net.minecraft.server.World.getChunkAt(World.java:218)
            at net.minecraft.server.World.getTypeId(World.java:161)
            at org.bukkit.craftbukkit.CraftWorld.getBlockTypeIdAt(CraftWorld.java:60)
            at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.isTaggedArea(Unknown Source)
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockFromTo(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:433)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:310)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:105)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:112)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:270)
            at net.minecraft.server.World.setRawTypeIdAndData(World.java:235)
            at net.minecraft.server.World.setTypeIdAndData(World.java:328)
            at net.minecraft.server.BlockFlowing.flow(BlockFlowing.java:161)
            at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:140)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFlowing.e(BlockFlowing.java:300)
            at net.minecraft.server.Chunk.a(Chunk.java:307)
            at net.minecraft.server.World.setRawTypeId(World.java:251)
            at net.minecraft.server.World.setTypeId(World.java:316)
            at net.minecraft.server.WorldGenLiquids.a(SourceFile:34)
            at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:632)
    If I remove PS, it allows me to enter and return normally to and from the nether.
     
  17. How do i set up welcome and farewell messages?

    'edit' figured it out. You just have to name the forcefield/s the message will show
     
  18. Offline

    xlilcasper

    Could we get permission nodes for placing each type of field? preciousstones.create.<field name>. This way I can give some fields to some members and not others.
     
  19. Offline

    dfdgsdfg

    Can I set tax each Precious Stone block for stopping precious stone block spamming?
     
  20. Offline

    Cookieee

    When I try to go through a portal to the nether, the server lags out (everyone times out) and I get spammed with this like mad:
    Code:
    [SEVERE] Could not pass event BLOCK_FROMTO to PreciousStones
    
    It literally took my log file from 4mb to 190mb in the space of 1.5 minutes.
     
  21. Offline

    LSky

    Any clue as to when it'll be impossible to place water in someone else's field? I reported that months ago =(
     
  22. Offline

    Maxis010

    Water and Lava don't trigger the standard events (BLOCK_PLACE & BLOCK_BREAK) so it needs to hook the bucket and check for water and lava which all but 1 plugin that I know of don't account for
     
  23. Offline

    LSky

    Worldguard doesn't seem to have this issue.
     
  24. Well, this plugin is awesome. Everyone on the server is enjoying it
     
  25. Offline

    Ratchet

    Added prevent-flow flag, which prevents water/lava flow into the field.

    ^ doesn't work for me
     
  26. Offline

    phaed

    Maybe you can try to give this a try aPunch?
     
  27. Offline

    Cookieee

    Anyu help at al..?
     
  28. Offline

    phaed

    Did you upgrade to the latest? That has been fixed for a while now.
     
  29. Offline

    Cookieee

    SIGH Just checked and I am still on 4.2.1 XD.... I'll upgrade and check to see if it works :)
     
  30. Offline

    snickerless1

    Whenever I run the server having the plugin in my plugins folder I get an error telling me that ebean.properties is not found and that DataSourcePool [PreciousStones] is down!!! After that I get Could not load 'plugins/PreciousStones.jar' in folder 'plugins'. Halp?
     
  31. Offline

    Maxis010

    Create a file called ebean.properties and enter this in to it

    Code:
    # General logging level: (none, explicit, all)
    ebean.logging=none
    As for the data source, confirm that you are using a MySQL database and that the plugin has sufficient access to said database
     
Thread Status:
Not open for further replies.

Share This Page