Inactive [TP] xWarp v3.1.7 - MyWarp fork (w/ prices, economy, visibility) [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by xZise, Jan 17, 2011.

  1. Offline

    xZise

    Hello everyone,
    I forked the MyWarp project and added some functionality. In basic it is the same as the MyWarp.

    Now on BukkitDev
    This plugin is already on BukkitDev. I will transfer this post to BukkitDev.

    Download
    3.1.7 + marker (Tested: 1.2.5-R1.0)
    3.1.7 (Tested: 1.2.5-R1.0)
    2.12.0 (Tested: cb819, Should run ≥ cb691)
    All downloads

    The versions for other builds are normally only compatibly updates. So they don't provide other features. This means version “a-cb684” is the same (in basic) as “a-cb556” or simply “a”.
    Notice: With version 2.3.0, 2.6.0, 2.8.0, 2.9.0, 3.0.0 (or later) I changed the database layout. Previous versions of xWarp couldn't read this database. So backup it for sure.

    Ressources

    Changes
    Changelog moved to BukkitDev. The full changelog is still on github.

    Prices
    Since 2.8.0 it is possible to use prices for warp and creation. It uses the Permissions nodes to change define basic prices. Also it is possible to define a price for each warp. At the moment iConomy version 4 and 5, Essentials Economy (at least Dev build 2.2.104) and BOSEconomy supported.
    Global/Public/Private warps
    With the Version 2.0.0 beta 13 I introduce the new state of global warps. Every user can create warps for its own (public/private) like before and hasn't be aware of already existing one's from others. So Player “A” could create a warp named “foo” and another Player “B” could also create a warp called “foo”. Now to access these warps you have to specify which warp do you want to use.
    Therefore I added a parameter to specify the owner of the warp. To warp to the “foo” warp of Player “A” you simply type:
    /warp foo A
    You could exchange the second parameter (= A) with a B to warp to B's warp “foo”.
    Now to shorten the warps you could globalize a warp with
    /warp global <name> <owner>
    Now you don't have to add the owner of the warp. For example if somebody globalized the warp “foo” of player “A” you now can simply type:
    /warp foo
    There is one rule: “If you don't define the owner it searches the global warps.”
    But a global warp also has a owner (in our case Player “A”) so you also define the owner.
    So there is one major change: If your warp contains a space you have to escape it, otherwise it will guess the second part as a owner (to escape see the section above).
    For further information visit the wiki.
    Sign Warps
    Creating a sign warp is really easy. You have 3 layouts: MyWarp, Single Line and xWarp.
    In MyWarp your sign has two lines. In the first place only “MyWarp” and in the second the name of the warp. This works only if the warp is in the global map.
    The “Single Line” layout only needs a line with “Warp: <name>”. If there are more than one lines with this layout on one sign it won't work. The colon is optional, the W could be lowercase and the spaces between “Warp:” and the name have to be at least one.
    With xWarp layout you could place “xWarp” in the first line (case-insensitive) or “Warp”/“warp” and optional a colon.
    In the second line is the name of the warp and in the third the owner (optional)
    Upcoming changes
    Backups? (unknown)
    If possible I maybe make it possible to backup the warps with others backup plugins. It is only an idea at a moment, but maybe sometimes xWarp supports this.
    tkelly's suggestion system (Suspended)
    tkelly created a system, that can get a warp similar named if you didn't spell it right.

    Fabian aka xZise
     
    RazorFlint, Taranis01 and uitology like this.
  2. Offline

    lolzrofl

    I saw that, but how do I do that for the regular /warp list without everyone having to type that in?
    You should make this an option in the config.
     
  3. Offline

    xZise

    Maybe I'll add a configuration entry, to decide the default selected columns.

    Fabian
     
  4. My problem is, that on our server there is only one UserGroup that can create warps. Each User 5 warps. And I also want, that this UserGroup can invite only 5 People to each warp.
    Because now a player creates a private warp and invites over 40 players!!!!
    Is there a possibility to limit the amount of players a user can invite to there own warps?
    A permission note maybe?

    greetings
    Chriss
     
  5. Offline

    xZise

    Not now, but maybe in the future.

    Fabian
     
  6. Offline

    lolzrofl

    Thanks, cause thats the one feature that I really really want on this plugin.
    Other than that, this plugin is awesome!
     
  7. Offline

    xZise

    I will do my best to release a update soon. I have to check how complicated they are. There is still an ugly bug with the search on pages > 1 :(

    Fabian
     
  8. Offline

    Marcin

    Code:
    2011-09-04 12:59:04 [SEVERE]      Error occurred while enabling xWarp v3.0.0 (Is it up to date?):      de/xzise/XLogger
     java.lang.NoClassDefFoundError: de/xzise/XLogger 
     at de.xzise.xwarp.XWarp.onEnable(XWarp.java:58) 
     at      org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126) 
     at      org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)      
     at      org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)      
     at      org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178) 
     at      org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161) 
     at      net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286) 
     at      net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273) 
     at      net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149) 
     at      net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337) 
     at      net.minecraft.server.ThreadServerApplication.run(SourceFile:422) 
     Caused by: java.lang.ClassNotFoundException:      de.xzise.XLogger 
     at java.net.URLClassLoader$1.run(Unknown Source) 
     at java.net.URLClassLoader$1.run(Unknown Source) 
     at      java.security.AccessController.doPrivileged(Native Method) 
     at java.net.URLClassLoader.findClass(Unknown      Source) 
     at      org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)      
     at      org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)      
     at java.lang.ClassLoader.loadClass(Unknown      Source) 
     at java.lang.ClassLoader.loadClass(Unknown      Source) 
     ... 11 more
    Running on cb1060 with MC Server GUI
     
  9. Offline

    xZise

    It looks like you didn't installed BPU.

    Fabian
     
  10. Offline

    Marcin

    BPU ? What is that ? And where i can find it ?
     
  11. Offline

    SkayzenoX

    Hi,

    I've forked your plugin with GitHub and displaced it on Eclipse but, after export my project ( copy - paste ) in my Local Server, i have a problem in console :


    Thanks for your reply :)

    PS1 : I forked your project to translate it into French.
    PS2 : Sorry for my bad english :s
     
  12. Offline

    xZise

    It's Bukkit Plugin Utilities. It is mentioned in the installation section. It's for the permissions, economy subcommand support.

    @SkayzenoX I don't know why it doesn't work. But it looks like the main file (XWarp.Java) wasn't compiled. Do you use Maven and added Bukkit Plugin Utilities as dependency?

    Fabian
     
  13. Offline

    SkayzenoX

    @xZise For fork your project, I use GitHub. I never use Maven :/ Why is it important? But xwarp.java is against decompiled and i've added BPU on Java Build path ( Eclipse ).


    For fok your project, I go on Source code on GitHub, dowloads your source and copy-paste on my Eclipse.


    Cordially,
    SkayzenoX
     
  14. Hi, I want a specefic group to be able to user only a set of warp signs, but not all of them.

    So I gave this group the following permissions (I'm not using xWarp 3) :
    warp.world.within.*
    warp.sign.to.Cubeland (name of the specefic warp)

    This is not working, while this is working, but give the acces to ALL warps :
    warp.world.within.*
    warp.sign.to.other

    I don't understand why the specific warp node is not working :( (warp.sign.to.<name>)
     
  15. Offline

    xZise

    Maven is not a replacement for github. It only makes it easier to create a jar and resolve the dependencies. CraftBukkit claims, there is no XWarp.class in the directory de/xzise/xwarp.

    @Arno00 I'm not sure when I implemented this feature. I guess I did it in 3.0.0.

    Fabian
     
  16. Hi i am using the latest xWarp, (had the 2 vers till now)
    I've put - xwarp.warp.to.* to my lowest class in Permissions (I am using PEX)
    reload the settings but still, noone can use a global /warp point.

    This was working fine before with - warp.to.*

    :/

    if i put - xwarp.warp.* then it works....but of course this is not an option.


    EDIT: ok fixed it...
    Added - xwarp.warp.world.within....namehere
     
  17. Permissions are driving me insane on 3.0, decided to switch back.
    Can you please check the wiki contains the correct permissions?
     
  18. Offline

    xZise

    Are you sure you checked the new permissions page for 3.0.0? I renamed all (!) permission names.

    Have you any special problems? What did you try and did you get? I'm pretty sure that the permissions nodes in the wiki are correct as it seems that other already working with them.

    Fabian
     
  19. Updated to 3.0.0, installed and renamed the thing in the lib jar, added xwarp. infront of all permissions (2.x), changed the warp.world.to nodes around, no errors in console.

    It just wouldn't give users permissions to warp (other than admins).

    Is Permissions 2.x still supported?
     
  20. Offline

    xZise

    Yes is still supported. What did you changed in the world permissions?

    Fabian
     
  21. Wait, i'm sorry. I was sure I had to downgrade, but i've just done /version xWarp now and its giving me 3.0.0
    I guess I got confused, sorry for wasting your time. Great plugin. :)
     
  22. Offline

    xZise

    Ah great, happy to hear!

    Fabian
     
  23. Offline

    lithium210

    I cant seem to get both warp.prices.create & warp.prices.to to work together at the same time. I'm using permissions 3.1.6 and iconomy 5. figured it all out! :)
     
  24. Offline

    xZise

    Okay hopefully I will update xWarp to 3.1.0 today which will support markers with dynmap (since 0.22). You can also change the default welcome message. Since 3.0.0 a warp has by default a “default message” which will is dynamically “Welcome to <warp name>!”. So if you rename the warp later, the message changes (only applies to warps created with 3.0.0 or later). With 3.1.0 you can change the default message and for example use “Here you are @<warp name>!”.

    I'm working at the moment on some features 3.1.0 will have:
    • A command to move all warps or warp protection areas from a world into another world (e.g. when you renamed a world).
    • A configuration for the default selected columns.
    And I fixed the /warp search command and now displays the correct values in the later pages (only page #1 works for now).

    Fabian
     
    Don Redhorse and AS1LV3RN1NJA like this.
  25. Offline

    thisguy128512

    I have only just installed xwarp and there's an error. There's no config file, so shouldn't it be okay? Anyway, from Startup to ready state, here's the log:

    Log (open)

    2011-09-11 11:48:07 [INFO] Starting minecraft server version Beta 1.7.3
    2011-09-11 11:48:07 [INFO] Loading properties
    2011-09-11 11:48:07 [INFO] Starting Minecraft server on *:25565
    2011-09-11 11:48:07 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-09-11 11:48:07 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-09-11 11:48:07 [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-09-11 11:48:07 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-09-11 11:48:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-09-11 11:48:08 [INFO] LWC: Loading shared objects
    2011-09-11 11:48:08 [INFO] LWC: Protection cache: 0/10000
    2011-09-11 11:48:08 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-09-11 11:48:08 [INFO] [Permissions] (Yeti) was initialized.
    2011-09-11 11:48:08 [INFO] [Permissions] version [3.1.6] (Yeti) loaded
    2011-09-11 11:48:08 [INFO] Preparing level "world"
    2011-09-11 11:48:08 [INFO] Preparing start region for level 0 (Seed: -1149603828931591593)
    2011-09-11 11:48:09 [INFO] Preparing spawn area: 85%
    2011-09-11 11:48:09 [INFO] CommandBook 1.5.2-customized enabled.
    2011-09-11 11:48:09 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-09-11 11:48:09 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-09-11 11:48:09 [INFO] CommandBook: 0 kit(s) loaded.
    2011-09-11 11:48:09 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-11 11:48:09 [INFO] KiwiAdmin version 2.2 is enabled!
    2011-09-11 11:48:10 [INFO] [NoCheat] version [2.02] is enabled.
    2011-09-11 11:48:10 [INFO] [Permissions] SQL Interface enabled!
    2011-09-11 11:48:10 [INFO] WorldEdit 4.6 enabled.
    2011-09-11 11:48:10 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-11 11:48:10 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-09-11 11:48:10 [INFO] WorldGuard: (world) Single session is enforced.
    2011-09-11 11:48:10 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-09-11 11:48:10 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-09-11 11:48:10 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-09-11 11:48:10 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-09-11 11:48:10 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-09-11 11:48:10 [INFO] WorldGuard: 1 regions loaded for 'world'
    2011-09-11 11:48:10 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-09-11 11:48:10 [INFO] WorldGuard 5.2.2 enabled.
    2011-09-11 11:48:10 [INFO] [xAuth] 'Permissions' v3.1.6 support enabled!
    2011-09-11 11:48:11 [INFO] [xAuth] Connection to database established!
    2011-09-11 11:48:11 [INFO] [xAuth] Accounts: 4, Sessions: 0
    2011-09-11 11:48:11 [INFO] [xAuth] v2.0b4.1 Enabled!
    2011-09-11 11:48:11 [SEVERE] Error occurred while enabling xWarp v3.0.0 (Is it up to date?): de/xzise/XLogger
    java.lang.NoClassDefFoundError: de/xzise/XLogger
    at de.xzise.xwarp.XWarp.onEnable(XWarp.java:58)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
    2011-09-11 11:48:11 [INFO] [EasyBan] EasyBan enabled; Version: 2.0
    2011-09-11 11:48:11 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-09-11 11:48:11 [INFO] LWC: Permissions API: NijiPermissions
    2011-09-11 11:48:11 [INFO] LWC: Currency API: NoCurrency
    2011-09-11 11:48:11 [INFO] LWC: Loading SQLite
    2011-09-11 11:48:11 [INFO] LWC: Using: Native
    2011-09-11 11:48:11 [INFO] LWC: Precached 6 protections.
    2011-09-11 11:48:11 [INFO] LWC: At version: 3.46 (b212)
    2011-09-11 11:48:11 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-11 11:48:11 [INFO] Done (0.304s)! For help, type "help" or "?"


    And the other plugins are:

    Plugins (open)

    -Permissions (and PermissionsSQL, of course)
    -KiwiAdmin
    -Easyban
    -World Edit
    -World Guard
    -NoCheat
    -Lwc
    -xAuth
    -CommandBook
     
  26. Offline

    xZise

    Did you follow the installation instructions and installed Bukkit Plugin Utilities?

    Fabian

    Okay sorry to disappoint you, but “today” (actually for me it is the next day, but for UTC it's still today :D ) I won't release 3.1.0. I'm working on a new feature for lists, which I added to support default columns. In the future, you can define options which shouldn't match.

    For example to view all warps in world “foo” owned by “bar” you (already) can use:
    /w ls w:foo o:bar
    But what is, if you want to view all warps in world “foo” which aren't owned by “bar”? In the future it will be possible to use:
    /w ls w:foo -o:bar
    Now there is also the combination:
    /w ls w:foo -o:bar o:snafu
    Actually this combination makes no sense, as it already only showing warps owned by snafu (which means, that they aren't owned by bar). So it can be shorten to:
    /w ls w:foo o:snafu

    Now this then matches to the columns option:
    /w ls col:eek:wner
    This will show always the owner column (also it is deactivated in the configuration), while following will always hide the column (also it is activated in the configuration):
    /w ls -col:eek:wner

    (Edit: hmmm fail? colon + o => smiley)

    But I want to sleep now, and I want to confirm everything is working and I need to update the documentation and the changelog. I will do this tomorrow (fyi: UTC+2) – hopefully.

    Fabian

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

    Donny

    Doesn't seem to work with bPermissions.

    Code:
    2011-09-12 13:00:09 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin xWarp v2.12.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.UnsupportedOperationException: Unsupported operation
        at de.bananaco.permissions.PermissionBridge.unsupportedOperation(PermissionBridge.java:274)
        at de.bananaco.permissions.PermissionBridge.getPermissionDouble(PermissionBridge.java:212)
        at de.xzise.wrappers.permissions.PermissionsPluginWrapper.getDouble(PermissionsPluginWrapper.java:48)
        at de.xzise.wrappers.permissions.PermissionsHandler.getDouble(PermissionsHandler.java:88)
        at de.xzise.xwarp.WarpManager.warpTo(WarpManager.java:563)
        at de.xzise.xwarp.WarpManager.warpTo(WarpManager.java:549)
        at de.xzise.xwarp.commands.WarpToCommand.internalExecute(WarpToCommand.java:58)
        at de.xzise.xwarp.commands.SubCommand.execute(SubCommand.java:47)
        at de.xzise.xwarp.CommandMap.executeCommand(CommandMap.java:126)
        at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:160)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  28. Offline

    xZise

    And what brought you to this assumption?

    Fabian

    Ah okay, take a look at the common questions: Either deactivate permissions for xWarp or update Bukkit Plugin Utilities.

    Fabian

    Okay here you go with xWarp 3.1.0! Updated (hopefully) the complete documentation.

    Fabian

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

    Donny

    Code:
    2011-09-13 15:13:01 [SEVERE] Error occurred while enabling xWarp v3.1.0 (Is it up to date?): de/xzise/XLogger
    java.lang.NoClassDefFoundError: de/xzise/XLogger
        at de.xzise.xwarp.XWarp.onEnable(XWarp.java:60)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:452)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 14 more
     
  30. Offline

    xZise

    I should add a common question, that you missed to install Bukkit Plugin Utilities, if it couldn't found the XLogger.

    Fabian
     
  31. Offline

    Donny

    Oh jeez, thanks. I feel dumb now.

    I've been using this plugin for ever so I just skipped over your main post =P. Sorry about that.

    How do I add default warp prices to bPermissions?

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

Share This Page