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

    Looks like there is something wrong with the info in the bukkit.yml. It doesn't seem to find your MySQL database. You probably don't have one? If you are running the server off your own computer look here to install it: https://github.com/tkelly910/BigBrother/wiki/Downloading-and-Installing-MySQL I you are using a minecraft host, ask them to set it up for you.
     
  3. Offline

    Cookieee

    Okay thanks for that! I was trying to set it up on my local machine before moving it onto the actual server, but I'll just put it on there right away and configure on the fly :).
     
  4. Offline

    DuneTrader

    Erm, I never had SQLite...
     
  5. Offline

    Maxis010

    The default config is SQLite so chances are you did
     
  6. Offline

    DuneTrader

    Ohhh, hmmm, well I will try to get the config working, but my server service pre-made account works like crap logging in so.....
     
  7. Offline

    phaed

    Version 4.2.4

    • BugFixes
     
  8. Offline

    Cookieee

    Me again (D:), I got mysql and ps installed on the main server, and it all worked perfectly the first few server boots. Not I am getting the following:
    Code:
    2011-05-28 17:32:45 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-28 17:32:45 [INFO] Loading properties
    2011-05-28 17:32:45 [INFO] Starting Minecraft server on *:25565
    2011-05-28 17:32:45 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    2011-05-28 17:32:45 [INFO] Preparing level "world"
    2011-05-28 17:32:45 [INFO] Preparing start region
    2011-05-28 17:32:46 [SEVERE] ebean.properties not found
    2011-05-28 17:32:46 [INFO] DataSourcePool [PreciousStones] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-28 17:32:46 [INFO] DatabasePlatform name:PreciousStones platform:mysql
    2011-05-28 17:32:46 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-28 17:32:47 [INFO] Entities enhanced[0] subclassed[6]
    2011-05-28 17:32:47 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-05-28 17:32:47 [INFO] [iConomy] Logging enabled.
    2011-05-28 17:32:47 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-05-28 17:32:47 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-28 17:32:47 [INFO] SimpleSave: 3.05 Initialized
    2011-05-28 17:32:47 [INFO] Loaded Essentials build 2.2.21 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-28 17:32:47 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-05-28 17:32:47 [INFO] [PreciousStones] version 4.2.1 loaded
    2011-05-28 17:32:47 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-05-28 17:32:47 [INFO] [iConomy] hooked into Permissions.
    2011-05-28 17:32:47 [INFO] [PreciousStones] world fields: 1
    2011-05-28 17:32:47 [INFO] [PreciousStones] world unbreakables: 0
    2011-05-28 17:32:47 [INFO] Loaded EssentialsSpawn build 2.2.21 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-28 17:32:47 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-28 17:32:47 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-28 17:32:47 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-05-28 17:32:47 [INFO] WorldGuard: (world) Lighters are blocked.
    2011-05-28 17:32:47 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-28 17:32:47 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-05-28 17:32:47 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-28 17:32:47 [INFO] WorldGuard: 7 regions loaded for 'world'
    2011-05-28 17:32:47 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-28 17:32:47 [INFO] Loaded EssentialsGeoIP build 2.2.21 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-28 17:32:47 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-05-28 17:32:47 [INFO] WorldEdit 4.4 enabled.
    2011-05-28 17:32:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-28 17:32:47 [INFO] [iChat] Found Permissions (v2.7.4)
    2011-05-28 17:32:47 [INFO] iChat (v2.3.0) enabled
    2011-05-28 17:32:47 [INFO] [Citizens]: Permissions enabled.
    2011-05-28 17:32:47 [INFO] [Citizens]: version [1.0.8d] (Helpers) loaded
    2011-05-28 17:32:47 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-05-28 17:32:47 [INFO] Loaded EssentialsChat build 2.2.21 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-05-28 17:32:47 [INFO] Done (0.222s)! For help, type "help" or "?"
    2011-05-28 17:32:48 [INFO] [Citizens]: Loaded 7 NPCs.
    2011-05-28 17:32:48 [SEVERE] Nag author: '<NoAuthorGiven>' of 'PreciousStones' about the following: onVehicleUpdate has been replaced with a new signature, (VehicleUpdateEvent)
    
    Any ideas? (on about the onvehicleupdate thing, and the ebean.properties thing)
     
  9. Offline

    Nananea

    Dropbox 404 on download link.
     
  10. Offline

    phaed

    Both are safe to ignore.

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

    Ratchet

    download link doesn't work

    2011-05-28 22:00:00 [SEVERE] Nag author: '<NoAuthorGiven>' of 'PreciousStones' about the following: onVehicleUpdate has been replaced with a new signature, (VehicleUpdateEvent)
     
  12. Offline

    MrCeaser

    yo im going through brohoster now and I ghot them to make the MySQL database for me but i dont know how to put that info into the bukkit.yml file can you help me out
     
  13. Offline

    darksteel88

    >_>. Just replace the info. Or send a support ticket and ask. Or better yet, go on the IRC chat because there are people like me who spend all day in there helping people out.
     
  14. Hello, again...
    you "promised" me public method for checking "protected" status of any block... I didn't find it yet. If I'll do it by myself, will you add it to your release? I would like to avoid problems with your later versions.. I've checked almost all (all important - I hope) plugins, and I have no conflicts with them.. except PS.
     
  15. Offline

    phaed

    Sure ill add it.
     
  16. Offline

    Zenithas

    So, may I make a request, unless there's an obvious answer?

    I'm hoping to find if there's a way to tie this into iConomy? So that placing these blocks costs a decent portion of in-game cash?
     
  17. Offline

    jhstatewide

    Has anyone seen this? It crashes my server.


    2011-05-30 10:47:00 [SEVERE] Could not pass event BLOCK_FROMTO to PreciousStones
    java.lang.StackOverflowError
    at net.minecraft.server.World.getTypeId(World.java:161)
    at net.minecraft.server.BlockFire.a(BlockFire.java:62)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:965)
    at net.minecraft.server.BlockFire.a(BlockFire.java:77)
     
  18. Offline

    phaed

    Sounds like there is fire in a world that doesn't exist. that is very odd.
     
  19. Offline

    Freezy

    I would recommend you set up stuff players don't have access to, alternatively PS could get a a place one {PS Stone type} command. That would allow other plugins to handle economy based payments.
     
    GehennaGirl likes this.
  20. Offline

    Zenithas

    I don't have a problem with them having access, it's just I'd like to see it reflected in cost.
     
  21. Offline

    Maxis010

    Right now iConomy isn't natively supported, assuming you have a way for your players to transfer money, such as buying a token block (leaves perhaps?) then they can buy the token or send you the money and in exchange for a precious stone
    All you would need to do is disable the ability for your users to create precious stones as the previous poster suggested
     
  22. Getting these errors on latest:

    Code:
    13:09:44 [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:131)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            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:377)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  23. Offline

    GmK

    That usually is a Permissions problem - did you dare to use 3.0.x already?
     
  24. Offline

    djw

    Just testing out CraftBukkit build #816. When I step into a particular Portal in the World my server goes into an infinite loop with these messages:

    Code:
    2011-05-31 12:56:25 [SEVERE] Could not pass event BLOCK_FROMTO to PreciousStones
    java.lang.StackOverflowError
            at net.minecraft.server.BlockFire.a(BlockFire.java:62)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFire.a(BlockFire.java:77)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFire.a(BlockFire.java:77)
            at net.minecraft.server.World.c(World.java:969)
            at net.minecraft.server.BlockFire.a(BlockFire.java:77)
    at net.minecraft.server.World.c(World.java:969)
    ....
    
    I don't understand why it's doing this. There's no PreciousStones near the Portal.

    Then another Portal in the Nether I get this error when I step though.

    Code:
    2011-05-31 13:22:47 [SEVERE] Could not pass event BLOCK_FROMTO to PreciousStones
    java.lang.StackOverflowError
            at java.security.AccessController.doPrivileged(Native Method)
            at java.io.PrintWriter.<init>(PrintWriter.java:78)
            at java.io.PrintWriter.<init>(PrintWriter.java:62)
            at org.bukkit.craftbukkit.util.ShortConsoleLogFormatter.format(ShortConsoleLogFormatter.java:54)
            at java.util.logging.StreamHandler.publish(StreamHandler.java:179)
            at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88)
            at java.util.logging.Logger.log(Logger.java:481)
            at java.util.logging.Logger.doLog(Logger.java:503)
            at java.util.logging.Logger.log(Logger.java:592)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:330)
            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: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:625)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:174)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:100)
            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:64)
            at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.isTaggedArea(TagManager.java:109)
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockFromTo(PSBlockListener.java:57)
            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: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:625)
            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:64)
            at net.sacredlabyrinth.Phaed.PreciousStones.managers.TagManager.isTaggedArea(TagManager.java:109)
            at net.sacredlabyrinth.Phaed.PreciousStones.listeners.PSBlockListener.onBlockFromTo(PSBlockListener.java:57)
    
    When I remove PreciousStones and start up the server I can step though the world Portals okay, but the Portal in the nether gives me a strange error "Player had an illegal stance: 0.0" and get disconnected.
     
  25. Offline

    phaed

    I'll fix that block-to bug for non extent worlds on next ver.
     
  26. Offline

    Tungsten

    I've successfully run pstones on a local server off of my pc, and used info in this thread to set up the mysql server. Now I'm trying to run a dedicated server on a vps, and it doesn't let me create a mysql database called "minecraft". Is there something I can change regarding pstones that will let me point it at the mysql server that comes presetwith my, do I have to have the db called minecraft, or is there a third alternative I have missed? Any help would be greatly appreciated

    Welp, I've solved my problem; I used an online mysql hosting service to create a database. The problem (as I discovered reading one of phaed's posts) was that my host only employs sqlite. I hosted it somewhere else, pointed at it, and bingo =D.
    Awesome plugin by the way!
     
  27. Offline

    GehennaGirl

    The difficulty with Precious Stones integration on active servers that get people in the area of 20-45, is the in ability to allow people into your field if you are gone. This restricts Precious Stones advancing on a server and surpassing plug-ins like Towny which while adding slightly fewer functions, creates far more hits on the cpu with its timers.

    Towny allows people to set "Assistants" who are then able to add people to the Town when the owner is offline.

    Could such a function be added to Precious Stones? A function that allows a Field Owner to '/ps set assistant' (up to 4 extra or more would be nice), this way when a new person logs on they can be added to a work place Precious Stones Field, or a Town Precious Stone field without having to wait days and days and missing the field owner just to be able to join a community or small group and build and enjoy the benefits of the Precious Stones protection.

    As it stands now, Precious Stones lend more to segregate/separate/splinter server communities because of peoples inability to be online at the same time so they can join and be a full town/group/community all working under the same field due to the lack of there being anyway to be added to the field without the Field Owner being there.

    Such a function I know would be greatly appreciated by myself and I am sure many others.

    Thank you
     
  28. Offline

    filthyklean

    Forgive me if im overlooking something obvious, but is there any way to set it so users are able to be bounced with the Launch Pad and Sky Cannon, without assigning them access to all my blocks? I'd love to be able to use them as "traps" around my place.
     
  29. Offline

    phaed

    Point at it and use /ps allow *

    This will allow everyone to be launched on just that one launcher/cannon.

    I'll look into this.

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

    GehennaGirl

    Craftbukkit 818. This error went on for about 1200 lines. I did not see it as it happened.

    Code:
    "2011-06-01 14:22:18" [SEVERE] Could not pass event BLOCK_FROMTO to PreciousStones
    java.lang.StackOverflowError
        at net.minecraft.server.BlockFire.a(BlockFire.java:62)
        at net.minecraft.server.World.c(World.java:969)
        at net.minecraft.server.BlockFire.a(BlockFire.java:77)
        at net.minecraft.server.World.c(World.java:969)
    .
    The error simply repeats. No noticeable negative effects or reports or questions from my residents.
     
Thread Status:
Not open for further replies.

Share This Page