Inactive [TP] PrivateWarp 1.7.4 - Private Warping suite [1.4.4-R0.1]+

Discussion in 'Inactive/Unsupported Plugins' started by The_Wrecker, Jan 14, 2011.

  1. Offline

    The_Wrecker

    PrivateWarp - The Private Warping plugin

    Warping since Dec 2010 ! Proven to last.
    Current Version: v1.7.4
    Download PrivateWarp
    Download PluginControl (v1.2.8)
    Compatible with:
    Tekkit (1.3.2) (Bukkit for minecraft 1.2.5)
    Bukkit 1.3.2-r1.0
    Bukkit 1.4.4-r0.1
    Other stuff:
    Download Waypoint Converter (to convert and maintain warp files)
    Download Full zip (Including PublicWarp 0.65!)
    Current, all downloads page (Includes instruction videos)

    I made one of the apps I have compatible with the format.
    It's a gui which lets you peak inside of the private warp files. Some parts are not yet finished, might not finish it completely, but you'll have a way to get the contents.
    Download here: GUI Editor

    Converter:
    The converter can read your waypoints.txt (former hmod plugin) and create PrivateWarp database files. Those database files can be copied/moved to the privatewarp player directory to once again have your old warps back.
    PrivateWarp:
    You can use my plugin to create private warps. Every player can have his or her own set of warps. You can also set categories so you can divide your warps in a logical list. For example: you can list builds other people have built in a separate category (ie "Other_Builds).
    PluginControl:
    The PrivateWarp plugin has a dependency with PluginControl. PluginControl is a plugin which handles not only permissions, but also plugin configuration (flatfile) based on groups. PrivateWarp now has per group based limitations (maxwarp and so on). This is not another Permissions system since it can use multiple Permission systems.

    This plugin has also been ported from the hmod mod. You can find the old thread here: hmod forum. The old plugin can still be used as a Canary plugin, you can find the link in the Canary forums. The plugin is also mentioned on my website here: Wrecker Technologies.

    Supported Permissions:
    -PEX
    -Essentials
    -Vault (support for bPermissions and several others indirectly)
    -Built-in permission system (Groups.txt, built in PluginControl)

    Features:
    • Ability to create personal private warps
    • Divide your warps into categories
    • Admin can access other warps through the /pwa command
    • A vault system with the /pwv command
    • Some other stuff not yet mentioned
    • Limit the amount of warps a user in a group can have
    • Group manager compatible
    • Permissions compatible
    • Built in fall back permission system
    Commandlist (in chat):
    • /pw
      Display your currently set private warps and categories. Only displays warps in the current category selected.
    • /pw set <name>
      Set/add/overwrite a private warp in your selected category
    • /pw del <name>
      Delete a private warp in your selected category
    • /pw goto <name>
      Use the warp , goto the location where you have set it (warp has to exist)
    • /pw catselect <name>
      Select the category (has to exist). Leave empty to return to default
    • /pw catcreate <name>
      Create categorie with given name
    • /pw catdelete <name>
      Delete the categorie (including the underlying private warps)
    • /pw help
      Displays usage and commands
    • /pwa
      All the commands of /pw except you can pretend to be another player. For example /pwa <name> set home. Sets the warp home to the player <name>. Should be an admin/mod command on most servers.
    • /pwv
      An admin can create a template(or set) of warp categories and names. These cannot be used(del, set) by the players. An admin can set a warp in the template to a player which the player can use. Should be an admin/mod command on most servers.
    • /pwv put "player" "warp"
      Set the templated warp to the player
    • /pwv rem "player" "warp"
      Removes the warp from the player
    The rest of the commands for /pwv are the same as /pw except they don't store any coordinates and it functions as a template for the vault system.

    • /pwr <nr>
      Recall previous used warps. Start at 0 (0 is the most recent)
    Configuration:

    Locations:
    Configuration of the plugin(s) is done in the PluginControl data directory.
    For example:
    • bukkit/plugins/PluginControl/PrivateWarp/<groupname> (properties for that group)
    Following 2 files are only there when the built-in permission fallback is used:

    bukkit/plugins/PluginControl/
    • Users.txt contains the users
      A user is defined like so: The_Wrecker=admingroup
    • Groups.txt contains the groups (first line is the default group)
      A group is defined like so: admingroup=pw;pwa;pwv <- changed due to onCommand()
      A new line is for another group or user.
    Permissions nodes :
    • PrivateWarp.pw
    • PrivateWarp.pwa
    • PrivateWarp.pwv
    • PrivateWarp.pwr
    Configuration file:

    Private warp configuration file (under the PluginControl data directory)
    • max_warp=10 Maximum of total warps
    • max_categories=3 Maximum categories a player can create
    • max_warp_categorie=3 Maximum warps in a category (excluded the main/default category)
    • max_cache_minute_timeout=30 Amount of time data is considered useless (0 not ecommended)
    • cleanup_cache_minute_timeout=5 Amount of time between cleanup runs (0 not recommended)
    • Warp_timeout // configurable timeout before warping
    Todo (featurelist)
    • DynamicMap warplocations
    • Sharing warps with other players (/pws)
    • TimeStamping warps (create/modified)
    • Add comments/descriptions to warps
    • Data dir cleanup (--fixed useles creation of files, just needs a cleanup run)
    • Initial starting warp list (a list you get when you first enter the server)
    • Calculate distance to a warp from current position (possibly including height)
    • Changing on the fly config with a new plugin
    • Zones where warps cannot be set (PluginControl feature actually)
    • Cool down function for commands (suggestion from ethood1999)
    • Warp maintenance tool
    • Fix up warp count versus vault warps (partly coded)
    • Add fully qualified warp names (category/warp) Suggested by Ture
    • Warpname Template
    • Redo configuration (add warmup message)
    Having problems?
    try this:
    Loading error 1
    Loading error 2
    Try to pay attention to what the log says when starting Bukkit. Might contain some important hints.


    Changelog:

    Version 1.7.4 RC
    • Built against 1.4.4 R0.1
    • Fix when using /pwa (out of bounds error in thread)
    Version 1.7.1 RC
    Missing some versions because those were officially released as unstable. Below changes sums up some of the changes.
    • Built against 1.2.5 R0.1
    • Upgraded permission detection (direct support, PEX and Essentials)
    • Vault Support
    • Message that you'll warp when using a warmup - timeout
    • Some internal structure changes
    Changelog (open)


    Version 1.6.4 RC
    • Built against Bukkit 1370
    • Use of new Event system
    • Beware of Permission systems (I expect a few problems due to changes/breaking of the other plugins)
    Version 1.6.3
    Does not exist (skipped)

    Version 1.6.2
    • Fix to get material type from block
    • A way to force the built-in permission system regardless of other systems installed (checks for existance of groups.txt under the PluginControl directory)
    Version 1.6.1
    • Built against #1578 for 1.0.1 support
    • JDK7 support update
    • Fix for the race condition when warping/teleporting
    Version 1.6.0
    • Fixed crash due to multi byte character reading
    • Added multithreading for every command passed through PluginControl (Meaning the whole set of commands currently available for PrivateWarp)
    • Fixed the error message when you have no rights to use the command
    • Java JRE 7 supported
    • Updated building path to create new Jar
    • Better code to read configuration property readings
    • Support for Permissions updated (bPermission, PermissionEx, SuperPerms)
    • New detection system to detect Permissions (1.5.1 fix)
    • Splitted code for handling commands
    • Player cache managing code reorganized
    • Better file handling (should disable the creation of empty PrivateWarp files)
    • Removed seperate quick and dirty warmup code
    • Refactored AbstractPlugin OO layer
    Version 1.4.9 > 1.5.0
    • Fixed default warping timeout
    • Fixed bug where warpname was passed to permissions
    • Added softdepend loading to yml
    Version 1.4.8 > 1.4.9
    • Added warping delay (default 5 seconds, adjustable in config)
    • Added rename command (/pw ren <old> <new>)
    • Added move command (move warp to another category /pw mv <warp> <cat>)
    • Added shorter aliases for known commands (see help)
    • Refactored the code base a bit for future changes
    • Built against CraftBukkit 953 (minecraft 1.7.2)
    Version 1.4.7 > 1.4.8
    • Added configbit to config files
    • Built against CraftBukkit 818 (minecraft 1.6.6)
    Version 1.4.6 > 1.4.7
    • Fix on help sub command
    • Check for blocks before warping
    • Check alternative warp location
    • Warn and notices when your warp is not quite right (warping yourself half into a step stone for ex.)
    Version 1.4.5 > 1.4.6
    • Updates towards the latest Bukkit releases
    • Fix for built-in permissions (AGAIN!)
    • Smarter cache system
    • Update for Public Warp
    Version 1.4.4 > 1.4.5
    • Updates towards the latest Bukkit releases
    • Fix for built-in permissions
    • Added Essentials Group Manager plugin
    Version 1.4.2a > 1.4.4
    • Updates towards the latest Bukkit releases
    • Still has a known issue with built-in permission system (PluginControl)
    • Seems Bukkit changed the way namespacing works... This threw errors around (IllegalAccess Exceptions)
    Version 1.4.1 > 1.4.2a
    • Built with PluginControl(0.52a)
    • /pwr change
    • Recommended build #602 update and fixes
    • Previous release is revoked(1.4.2), hence the added 'a' in this release.
    Version 1.4.0 > 1.4.1
    • Built with PluginControl(0.51)
    • Fixed /pwv put command
    Version 1.3.9 > 1.4.0
    • Built with PluginControl(0.5)
    • Changed the way how the plugin(s) output text
    • PublicWarp might be independent now
    • Removed the default_world check
    • Removed Warp converting from old PrivateWarp version
    • Did an auto updating page (see link previous versions)
    Version 1.3.8 > 1.3.9
    • Built with PluginControl(0.49)
    • Compatability update for build 522
    Version 1.3.7 > 1.3.8
    • Built with PluginControl(0.48)
    • Nothing special added or fixed for PW
    • Support for PublicWarp (test-released plugin)
    Version 1.3.6 > 1.3.7
    • Built with PluginControl(0.47)
    • Fixed null when no default group in fallback
    • Added GroupManager support
    Version 1.3.5 > 1.3.6
    • Built with PluginControl(0.46)
    • Lazy warpname matching in goto subcommand
    • Code cleanup (mainly init stuff)
    Version 1.3.4 > 1.3.5
    • Built with PluginControl(0.45)
    • Update to use Phoenix permissions 2.4
    • Constructor fix
    • Shifted to onCommand
    Version 1.3.3 > 1.3.4
    • Built with PluginControl(0.44)
    • Less IO
    • Fix to /pwv put command
    • HACKY FIX considering the constructor stuff, but works for now.
    Version 1.3.2 > 1.3.3
    • Built with PluginControl(0.43)
    • Added /pwr to help
    • Redid some logging
    • Only show conversion log when it's 'interesting'
    • Teleport hook code for pwr (probably not yet functional)
    • Some more minor fixes
    Version 1.3.1 > 1.3.2
    • Built with PluginControl(0.42)
    • MAJOR Fixes to the plugin loading thing (I hope I got it nailed this time, I haven't seen errors while testing).
    • MultiWorld!!! (For conversion to new format add: "default_world=<world_name>" in config. The Plugin will ask you to do this.)
    Version 1.3.0 > 1.3.1
    • Built with PluginControl(0.41)
    • Added /pwr command
    Version 1.2.9 > 1.3.0
    • Built with PluginControl(0.4)
    • Made calls to Nijikokun's permission static
    Version 1.2.8 > 1.2.9
    • Built with PluginControl(0.3)
    • Code for Nijikokun Permissions through PluginControl
    • Fallback to basic mode when plugin can't be loaded somehow (which was the case for me)
    Version 1.2.7 > 1.2.8
    • Built with PluginControl(0.2)
    • Removed a potential memory leak
    • Better handling when dependency is not found
    Version 1.2.6 > 1.2.7
    • Added permissions with PluginControl(0.1)
    • Per group based limitations
    • /pwv, /pwa available again
    Version *.*.* > 1.2.6
    • Removed the /pwa and /pwv command (temporarily)
     
    findus1994 and DoomLord like this.
  2. Offline

    The_Wrecker

    Did not get around to programming yet. Too much on my mind in the evenings still.

    I did do some multi world warping tests though, which went as expected. Have yet to test warp the nether, but I expect that to be the same.
     
  3. Offline

    Kaosvf

    Hi,
    can you add the command to reset all private warps of a player?
    Regards.
     
  4. Offline

    dpakman

    Hi, I keep getting this error with MC1.0.1 and Bukkit 1.0.1-R1:

    Code:
    06:12:48 [WARNING] Could not properly handle event CHUNK_LOAD:
    java.lang.IllegalAccessError: Synchronized code got accessed from another thread: wrecker.tech.f
            at org.bukkit.event.world.WorldListener.onChunkLoad(WorldListener:0)
            at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:626)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
            at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:101)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:69)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:440)
            at org.bukkit.Location.getBlock(Location.java:81)
            at wrecker.tech.z.f(Unknown Source)
            at wrecker.tech.x.a(Unknown Source)
            at wrecker.tech.x.a(Unknown Source)
            at wrecker.tech.f.run(Unknown Source)
    06:12:48 [INFO] This error is logged only once: it could have occurred multiple times by now.
    06:12:48 [INFO] Please contact one of the authors of plugin 'PrivateWarp': The_Wrecker
     
  5. Offline

    The_Wrecker

    I do a getblock before warping to see if you can warp there.
    Nothing much is happening with that.

    If you are not having any troubles, just ignore it for now.

    will look into it though. thanks for the report.
     
  6. Offline

    cind3r69

    Hello Again.

    The holidays were a busy time for me as well, and I appreciate the consideration on the ability to choose the built-in permissions.

    Warping from nether was tested with early bukkit dev builts of 1.0.0 with 50+ users at a time and worked for the most part but was causing some crashes occasionally, as soon as i disabled nether the issue became resolved. I then looked into it futher and found that it was being caused by use of PW in nether, and enabled a replacement, in this case, multihome, then enabled nether and the issue was resolved. now I am experiencing a similar issue with multihome, and it is also outdated, claiming compatibility for 1337 only, and I am running RB 1.0.1. My users preferred PW perhaps mainly as they were used to it, and regardless i am still looking for a solution.


    Because of how my server is structured, there are multiple player tiers. Normal Player, Trusted Player, 3 Donor tiers, Moderators, Shadow Mods, Admin, and Finally OP. Because of this a permissions system is required to give them all the various access to commands that I decide. I don't want my moderators to have OP level access, And I want certain plugins to be available to trusted players and donors that normal players cannot access. I honestly can't imagine operating a public server without a permissions system, but its good to hear that your style of server worked well without one.

    Anyhow I will keep checking back incase you decide to implement the ability to use the builtin permissions. All the best to you in the new year.
     
  7. Offline

    The_Wrecker

    First of all:
    Best wishes to all.

    Any way,

    I had my development env. open yesterday. But, I had too much fun the night before to do anything constructive, let alone release a new version.

    Now I'm at work again. I hope to have something soon.

    btw.
    The server I am running is private and not public. It does have some form of permissions, just not the yml or the Bukkit's system. (not running that much mods anyway) Probably the reason why it works for me.
     
  8. Offline

    hunterm

    Hi, I use this plugin on my server, and it works great, only problem is that sometimes PrivateWarp will make NoLagg spit out an error on the CHUNK_LOAD event.

    I don't know if you know what would fix this, even though it's not a serious error and it doesen't appear to damage anything, I think it still might need to be looked into.

    Error:
    Code:
    12:30:03 [SEVERE] java.lang.IllegalAccessError: Synchronized code got accessed from another thread: wrecker.tech.f
    12:30:03 [SEVERE]       at org.bukkit.event.world.WorldListener.onChunkLoad(WorldListener:0)
    12:30:03 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:626)
    12:30:03 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    12:30:03 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    12:30:03 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:101)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:69)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:440)
    12:30:03 [SEVERE]       at org.bukkit.Location.getBlock(Location.java:81)
    12:30:03 [SEVERE]       at wrecker.tech.z.f(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.x.a(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.x.a(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.f.run(Unknown Source)
    12:30:03 [SEVERE] java.lang.IllegalAccessError: Synchronized code got accessed from another thread: wrecker.tech.f
    12:30:03 [SEVERE]       at com.bergerkiller.bukkit.nolagg.meta.WorldMetaData.get(WorldMetaData.java:46)
    12:30:03 [SEVERE]       at com.bergerkiller.bukkit.nolagg.meta.ChunkMetaData.get(ChunkMetaData.java:38)
    12:30:03 [SEVERE]       at com.bergerkiller.bukkit.nolagg.meta.ChunkMetaData.get(ChunkMetaData.java:35)
    12:30:03 [SEVERE]       at com.bergerkiller.bukkit.nolagg.NLWorldListener.onChunkLoad(NLWorldListener.java:23)
    12:30:03 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:626)
    12:30:03 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    12:30:03 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    12:30:03 [SEVERE]       at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:101)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:69)
    12:30:03 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:440)
    12:30:03 [SEVERE]       at org.bukkit.Location.getBlock(Location.java:81)
    12:30:03 [SEVERE]       at wrecker.tech.z.f(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.x.a(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.x.a(Unknown Source)
    12:30:03 [SEVERE]       at wrecker.tech.f.run(Unknown Source)
    12:30:03 [SEVERE] Could not pass event CHUNK_LOAD to NoLagg
    java.lang.NullPointerException
            at com.bergerkiller.bukkit.nolagg.meta.ChunkMetaData.get(ChunkMetaData.java:38)
            at com.bergerkiller.bukkit.nolagg.meta.ChunkMetaData.get(ChunkMetaData.java:35)
            at com.bergerkiller.bukkit.nolagg.NLWorldListener.onChunkLoad(NLWorldListener.java:23)
            at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:626)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
            at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:101)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:69)
            at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:440)
            at org.bukkit.Location.getBlock(Location.java:81)
            at wrecker.tech.z.f(Unknown Source)
            at wrecker.tech.x.a(Unknown Source)
            at wrecker.tech.x.a(Unknown Source)
            at wrecker.tech.f.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:662)
    
     
  9. Offline

    The_Wrecker

    @cind3r69

    the next version will check if there is a Groups.txt. If there is it'll go into the built-in permissions mode(regardless if there are any other permissions systems there). Got that part down.

    @hunterm
    interesting stacktrace.
    Maybe I cannot even look at a block to see what type it is.
    ^
    I'll try to fix that part... shouldn't be that hard (I hope).

    [edit]
    Should be a safe method to use though. Does a World.getBlockTypeIdAt(int x, int y, int z) in the background. I don't get it!?

    @Kaosvf
    Yes, I can add a command for that. Gotta fix those other errors first though.

    Hmm,

    solution is probably in my last post, I don't need the entire block. I'll fix that up soon.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 8, 2016
  10. Offline

    The_Wrecker

    I'll be releasing a new version this saturday.
    Probably around 16:00 GMT+1

    (before that there might be a prerelease)
     
  11. Offline

    The_Wrecker

    Working towards a release right now. Not feeling too good though (cought a bad cold).

    released it. not sure if it works though.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 8, 2016
  12. Offline

    Insidiea

    Code:
    174 recipes
    27 achievements
    19:34:56 [INFO] Starting minecraft server version 1.0.1
    19:34:56 [INFO] Loading properties
    19:34:56 [INFO] Starting Minecraft server on *:27015
    19:34:56 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    19:34:56 [SEVERE] Could not load 'plugins/PrivateWarp.jar' in folder 'plugins': PluginControl
    org.bukkit.plugin.UnknownDependencyException: PluginControl
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:127)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    19:34:56 [INFO] Preparing level "world"
    19:34:56 [INFO] Default game type: 0
    19:34:56 [INFO] Preparing start region for level 0 (Seed: -8774479608789714343)
    19:34:57 [INFO] Preparing spawn area: 65%
    19:34:57 [INFO] Preparing start region for level 1 (Seed: 7136944724253995077)
    19:34:58 [INFO] Preparing spawn area: 65%
    19:34:59 [INFO] Preparing start region for level 2 (Seed: 7136944724253995077)
    19:34:59 [INFO] Preparing spawn area: 73%
    19:34:59 [INFO] PC: Loading PluginControl Version 1.2.1
    19:34:59 [INFO] PC: Using builtin group system
    19:34:59 [INFO] PC: PluginControl started
    19:34:59 [INFO] Server permissions file permissions.yml is empty, ignoring it
    19:34:59 [INFO] Done (0.342s)! For help, type "help" or "?"
     
  13. Offline

    hunterm

    I have updated my server, looks like the fix works great. Thanks for fixing it! :)
     
  14. Offline

    The_Wrecker

    PrivateWarp loads before PluginControl.
    Old Bukkit Bug. There is a work around a few pages back in this topic.
     
  15. Offline

    Mick666

    Couldnt find it, but that is the error i got.
    BUT- i cant find the config. ive looked in PluginControl, PrivateWarp and the PrivateWarp directory folder inside PluginControl. Nothing- help?
     
  16. Offline

    The_Wrecker

  17. Offline

    Snipes01

    Your site seems to be down. Any other download link?
     
  18. Offline

    The_Wrecker

    Not yet. It'll be up soon.

    Server is back up and updated.
     
  19. Offline

    Mick666

    Nope, did what that post said and the error remains. Any more ideas?
     
  20. Offline

    The_Wrecker

    Download the zipped version and try that. Other than that I have no more ideas...

    as far as I know it is a bukkit bug.:(
     
  21. Offline

    Mick666

    k, will do.
    Gotta love bukkit.
    EDIT: Wait- how about you upload a copy of the config and give me the directory location it SHOULD be, and ill try from there?
     
  22. Offline

    The_Wrecker

    I'm on strike against SOPA on my main website...
     
  23. Offline

    allstar2567

    hey, I made of missed it but when i type in any command for Private Warp like /pw it says "Pw: no permission to use pw" (i am the server owner)
     
  24. Offline

    cdavid939

    how do i use publicwarp??????? plz help :(

    are your permissions set to the right ones? to have all of them type "*" for most permissions plugins

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 8, 2016
  25. Offline

    The_Wrecker

    public warp kinda is a public warp plugin. To use for the entire server. It has the same base as privatewarp.

    In what way did you want to use it?

    Allstar

    david is right, but what permission system are you using? It greatly depends on that. Also, make sure you read the log file when it starts up. PluginControl will tell you what kind of permission system it detects!

    I can't every servers config is different. (thought I replied to you, but i don't see it anymore).
    Still what kind of config are you looking for? It's not clear to me. All I've seen from the error you posted is that PrivateWarp can't find PluginControl. Hence you probably won't get any config files because it failed right away.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 8, 2016
  26. Offline

    Revenger

    It would be nice to have mysql and be able to see and lost all players warps in a database.

    Also a cost for setting the warp with register will come handy.
     
  27. Offline

    The_Wrecker

    A switch to Mysql isn't easy. Not able to do that right now. First thing I wan't to implement is kaosfv's request to be able to remove player data etc.

    Lately I'm working towards some exams. Little extra time to program stuff on the side.
     
  28. hey... what kind of file is the PrivateWarp database files? and is there a way to convert it into a txt file og sql file?
     
  29. Offline

    The_Wrecker

    Thomas Carlsen

    it is a zipped format. Yes it is possible to convert it. I can make a jar which can do that (already have some code laying around for that).

    I'm gonna do the delete user part tonight... New version coming up soon!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 8, 2016
  30. The_Wrecker I would love that! thank you very much!
     
  31. Offline

    dkeulen

    Hi mate does privatewarp work with the latest craftbukkit build?
    for some reason PW doesnt work for me with all the permission nodes.
    it just says: PW: no permission to use: pw
     

Share This Page