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

    edwardloveall

    Hello. Thanks for the plugin. I'm having some trouble with my permissions. In my default user, I have the permission:
    Code:
    - 'warp.world.within.world'
    the name of my world folder is simply "world". As far as I can tell from reading this thread and looking at your documentation, this is how any user can warp to any public warp in my world. Is that correct? It isn't working for me. If I change it to warp.* people can warp, but they have access to things that I'd rather they not.

    Also for what it's worth, when I run xwarp permissions in the console, it doesn't list any warp.world.* commands. Should it?
     
  3. Offline

    xZise

    @edwardloveall: They need either “warp.to.…” or “warp.sign.to.…” permission. See in the Permissions wiki page. The permission you grant allows the player to warp within the world “world”. But as there are two possible ways to teleport, you also have to grant the permission to use the command or signs.

    At the moment xWarp couldn't list these permissions because of one problem. They are acting different: The permissions listed are simple permissions which doesn't change, while the warp.world.* are dynamical and aren't predefined. They could only defined while bukkit is running.

    And there is another fact: The main idea to implementing this command, was to show which permissions are granted. But with Permissions 3 allowing you to list the permission, this command is kind of senseless.

    @Kaseki: Nevermind ;)

    Fabian
     
  4. Offline

    intelacer

    I've been having issues tying xWarp into my iconomy system.
    xWarp version: xWarp 2.11.3
    iConomy version: iConomy v5.01
    Permissions: Essentials GroupManager

    I've managed to get limits to work via permissions:
    Code:
        Default:
            default: true
            info:
                build: false
                prefix: ''
                suffix: ''
                warp.limit.total: 5
                warp.prices.create.private: 5
                warp.prices.create.public: 5
                warp.prices.to.private: 1
                warp.prices.to.public: 1
                warp.prices.to.global: 0
    My goal is to make creating a warp take 5 and the default to warp to any warp (besides global) take 1 dollar.
    The log file for initialization of xWarp:
    Code:
    [INFO] [xWarp]: No Register found. Deactivating Register support.
    [INFO] [xWarp]: 68 warps loaded
    [INFO] [xWarp]: Linked with permissions system: Permissions v2.7.2
    [INFO] [xWarp]: No economy system found until here. A economy plugin will be maybe activated later.
    [INFO] [xWarp]: xWarp 2.11.3 enabled
    However, I do have iConomy up and running, as I use localshops to use it.

    I've been fiddling and trying to get it to work, no idea what to do. I'm off to work so I'll try some more later but any support would be lovely.
     
  5. Offline

    xZise

    Maybe iConomy get's activated later? Check if there is any log message from xWarp until the done appears?

    Fabian
     
  6. Offline

    Jackzilla88

    Which syntax does Permissions 3.* use? The GroupManagers one, or original?
     
  7. Offline

    DarkAge

    Hello, when I create warps it does not subtract the money. It does subtract it for warping tho. Also I can create an infinite amount of warps even tho I set the limit to 3

    Code:
    warp:
                    limit:
                        private: 3
                        public: 1
                    timers:
                        warmup:
                            public: 5
                            private: 5
                            global: 5
                        cooldown:
                            public: 0
                            private: 0
                            global: 0
                    prices:
                        create:
                            private: 50
                            public: 50
                        to:
                            private: 10
                            public: 10
                            global: 0
    
    Using Permissions v3.1.4 and CraftBukkit #819
     
  8. Offline

    xZise

    Syntax for what? To define permission values (like limits etc.)? Use the “original” with indentation like DarkAge did.

    @DarkAge: Do you have warmups and cooldowns? And what does /warp create say? For all infinite?

    Fabian
     
  9. Offline

    DarkAge

    Warmups: 5 seconds
    Cooldowns: none
    (I specified it in the above post :p)

    I have tried both Limits-Total and Limits-Private/public and it doesn't seem to stop me from creating more than the limit. This is what /warp create says. You can see I am way over the limit and I can still create a warp. Also I set the cost to be 50 yet it says it's free.

    Capture2.PNG
     
  10. Offline

    Jackzilla88

    Yeah, exactly. I think it was destiny that my question was immediately and unintentionally answered.
     
  11. Offline

    xZise

    Okay thanks for the bug report. I will look, what I did wrong, and try to update xWarp as soon as possible.

    Fabian
     
  12. Offline

    intelacer

    Code:
    011-06-04 09:11:01 [INFO] Fake Permissions version 2.5.1 is enabled!
    2011-06-04 09:11:01 [INFO] BlastControl version 1.0.4 is enabled!
    2011-06-04 09:11:01 [INFO] CommandBook 1.5.1-customized enabled.
    2011-06-04 09:11:01 [INFO] CommandBook: 11 banned name(s) loaded.
    2011-06-04 09:11:01 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-04 09:11:01 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:11:01 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-06-04 09:11:01 [INFO] [iConomy] Logging is currently disabled.
    2011-06-04 09:11:01 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-06-04 09:11:01 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-04 09:11:01 [INFO] [iConomy] hooked into Permissions.
    2011-06-04 09:11:01 [INFO] [LocalShops] Loaded with 8 shop(s)
    2011-06-04 09:11:01 [INFO] [LocalShops] Version 3.1.1 is enabled: 6a598762-5b61-403f-8651-a4350d242d95
    2011-06-04 09:11:01 [INFO] [LocalShops] Starting NotificationThread with Timer of 300 seconds
    2011-06-04 09:11:01 [INFO] [LocalShops][Economy] BOSEconomy not found.
    2011-06-04 09:11:01 [INFO] [LocalShops][Economy] Essentials Economy not found.
    2011-06-04 09:11:01 [INFO] [LocalShops][Economy] iConomy 4 not found.
    2011-06-04 09:11:01 [INFO] [LocalShops][Economy] iConomy 5 hooked.
    2011-06-04 09:11:01 [INFO] [LocalShops][Economy] iConomy 5 found: Loaded
    2011-06-04 09:11:01 [INFO] [LocalShops][Permission] Permissions (Phoenix) hooked.
    2011-06-04 09:11:01 [INFO] [LocalShops][Permission] Permissions (Phoenix) found: Loaded
    2011-06-04 09:11:01 [INFO] [LocalShops][Permission] Local Fallback Permissions found: Loaded
    2011-06-04 09:11:01 [INFO] [LogBlock] Permissions enabled
    2011-06-04 09:11:01 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-06-04 09:11:01 [INFO] Logblock v0.15b enabled.
    2011-06-04 09:11:01 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-06-04 09:11:01 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-06-04 09:11:01 [INFO] LWC    Loading MySQL
    2011-06-04 09:11:01 [INFO] MySQL    Using: Mysql-connector-java-5.1.14 ( Revision: ${bzr.revision-id} )
    2011-06-04 09:11:01 [INFO] LWC    At version: v2.31
    2011-06-04 09:11:01 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-04 09:11:01 [INFO] SimpleHome: Loading homelist...
    2011-06-04 09:11:01 [INFO] done.
    2011-06-04 09:11:01 [INFO] SimpleHome version 1.5 is enabled!
    2011-06-04 09:11:01 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    2011-06-04 09:11:01 [INFO] SimpleSave: Parts of config file are blank, but not null. Possible errors might happen.
    2011-06-04 09:11:01 [INFO] SimpleSave: 3.1 Initialized
    2011-06-04 09:11:01 [INFO] WorldEdit 4.4 enabled.
    2011-06-04 09:11:01 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:11:01 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP) Single session is enforced.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP) TNT ignition is PERMITTED.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP) Lighters are PERMITTED.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP) Lava fire is blocked.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP) All fire spread is disabled.
    2011-06-04 09:11:01 [INFO] WorldGuard: Loaded configuration for world 'LLSMP"
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP_nether) Single session is enforced.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP_nether) TNT ignition is PERMITTED.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP_nether) Lighters are PERMITTED.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP_nether) Lava fire is blocked.
    2011-06-04 09:11:01 [INFO] WorldGuard: (LLSMP_nether) Fire spread is UNRESTRICTED.
    2011-06-04 09:11:01 [INFO] WorldGuard: Loaded configuration for world 'LLSMP_nether"
    2011-06-04 09:11:01 [INFO] WorldGuard: 0 regions loaded for 'LLSMP'
    2011-06-04 09:11:01 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-04 09:11:02 [INFO] [xWarp]: 34 warps loaded
    2011-06-04 09:11:02 [INFO] [xWarp]: Linked with permissions system: Permissions v2.5.1
    2011-06-04 09:11:02 [INFO] [xWarp]: No economy system found until here. A economy plugin will be maybe activated later.
    2011-06-04 09:11:02 [INFO] [xWarp]: xWarp 2.11.1 enabled
    2011-06-04 09:11:02 [INFO] Done (0.377s)! For help, type "help" or "?"
    It still doesn't look like it hooks. No idea why.
     
  13. Offline

    noahwhygodwhy

    Code:
    16:57:20 [INFO] <º4ºcnoahwhygodwhyºfºf> anything?
    16:57:33 [INFO] <ºdºcshieklord16ºfºf> wont let me in now
    16:57:38 [INFO] <º4ºcnoahwhygodwhyºfºf> sigh, ok
    16:57:41 [INFO] <º4ºcnoahwhygodwhyºfºf> i know why
    16:57:55 [INFO] <º4ºcnoahwhygodwhyºfºf> theres an error in the consol, just a se
    c
    16:58:08 [INFO] <º4ºcnoahwhygodwhyºfºf> you can do what ever you were doing, its
     gonna take a shile
    16:58:14 [INFO] <º4ºcnoahwhygodwhyºfºf> while
    16:59:27 [INFO] <º4ºcnoahwhygodwhyºfºf> oops
    16:59:29 [INFO] <º4ºcnoahwhygodwhyºfºf> sorry
    17:00:37 [INFO] <º4ºcnoahwhygodwhyºfºf> there
    17:00:46 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /time day
    17:00:47 [INFO] <ºdºcshieklord16ºfºf> thnks
    17:01:10 [INFO] <º4ºcnoahwhygodwhyºfºf> just set two corners
    17:02:07 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /give shieklord16 flint 1
    17:04:29 [INFO] <ºdºcshieklord16ºfºf> i got the rest
    17:04:30 [INFO] <º4ºcnoahwhygodwhyºfºf> just a sec, brb
    17:04:35 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /afk
    17:06:38 [INFO] º9[PLAYER_COMMAND] shieklord16: /i stone 1000
    17:09:48 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /afk
    17:09:49 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /afk
    17:09:51 [INFO] <º4ºcnoahwhygodwhyºfºf> lol, oopz
    17:10:01 [INFO] <º4ºcnoahwhygodwhyºfºf> whacha doin?
    17:10:12 [INFO] <º4ºcnoahwhygodwhyºfºf> ah, nice
    17:10:20 [INFO] <ºdºcshieklord16ºfºf> buidin the parthenon of couse
    17:10:24 [INFO] <º4ºcnoahwhygodwhyºfºf> from the wall it looks amazing
    17:10:39 [INFO] <ºdºcshieklord16ºfºf> why thank u
    17:10:52 [INFO] <º4ºcnoahwhygodwhyºfºf> did you mean to leave the other half ste
    ps?
    17:10:59 [INFO] <ºdºcshieklord16ºfºf> yes
    17:11:00 [INFO] <º4ºcnoahwhygodwhyºfºf> the ones i'm standing on?
    17:11:02 [INFO] <º4ºcnoahwhygodwhyºfºf> why?
    17:11:16 [INFO] <º4ºcnoahwhygodwhyºfºf> looks kinda weird
    17:11:20 [INFO] <º4ºcnoahwhygodwhyºfºf> from here
    17:11:24 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /tphere s
    17:11:32 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /time day
    17:11:35 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /weather clear
    17:11:41 [INFO] <ºdºcshieklord16ºfºf> ehh ur right ill fix that later
    17:11:49 [INFO] <º4ºcnoahwhygodwhyºfºf> can i?
    17:11:54 [INFO] <º4ºcnoahwhygodwhyºfºf> 2 secs?
    17:11:56 [INFO] <ºdºcshieklord16ºfºf> sure
    17:12:14 [INFO] <º4ºcnoahwhygodwhyºfºf> there
    17:12:24 [INFO] <º4ºcnoahwhygodwhyºfºf> now all you have to do is the inside
    17:12:26 [INFO] <ºdºcshieklord16ºfºf> k thanks
    17:12:40 [WARNING] noahwhygodwhy moved wrongly!
    17:12:40 [INFO] Got position -31.105369779812676, 70.0, 145.6999999880791
    17:12:40 [INFO] Expected -30.69999998807907, 70.0, 145.6999999880791
    17:13:30 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'w' i
    n plugin xWarp v2.11.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            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)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.api.Economy.acco
    untExist(Ljava/lang/String;)Z
            at de.xzise.wrappers.economy.Essentials$EssentialsAccount.<init>(Essenti
    als.java:20)
            at de.xzise.wrappers.economy.Essentials.getAccount(Essentials.java:46)
            at de.xzise.xwarp.EconomyHandler.getAccount(EconomyHandler.java:101)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:73)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:105)
            at de.xzise.xwarp.WarpManager.addWarp(WarpManager.java:141)
            at de.xzise.xwarp.commands.CreateCommand.internalExecute(CreateCommand.j
    ava:84)
            at de.xzise.xwarp.commands.SubCommand.execute(SubCommand.java:47)
            at de.xzise.xwarp.CommandMap.executeCommand(CommandMap.java:114)
            at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:155)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    17:13:44 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'w' i
    n plugin xWarp v2.11.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            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)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.api.Economy.acco
    untExist(Ljava/lang/String;)Z
            at de.xzise.wrappers.economy.Essentials$EssentialsAccount.<init>(Essenti
    als.java:20)
            at de.xzise.wrappers.economy.Essentials.getAccount(Essentials.java:46)
            at de.xzise.xwarp.EconomyHandler.getAccount(EconomyHandler.java:101)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:73)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:105)
            at de.xzise.xwarp.WarpManager.addWarp(WarpManager.java:141)
            at de.xzise.xwarp.commands.CreateCommand.internalExecute(CreateCommand.j
    ava:84)
            at de.xzise.xwarp.commands.SubCommand.execute(SubCommand.java:47)
            at de.xzise.xwarp.CommandMap.executeCommand(CommandMap.java:114)
            at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:155)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    17:15:57 [INFO] peppo456 [/74.192.5.81:55006] logged in with entity id 394 at (1
    55.28125, 72.0, -77.4375)
    17:16:06 [INFO] Connection reset
    17:16:06 [INFO] noahwhygodwhy lost connection: disconnect.endOfStream
    >nick peppo456 Hannah
    17:16:50 [INFO] Nickname changed.
    >nick shieklord16 Chase
    17:16:56 [INFO] Nickname changed.
    17:17:21 [INFO] noahwhygodwhy [/74.192.5.81:60424] logged in with entity id 399
    at (-166.5625, 69.0, -138.46875)
    17:17:27 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /nick noahwhygodwhy Noah
    17:17:50 [WARNING] noahwhygodwhy moved wrongly!
    17:17:50 [INFO] Got position -55.72871755191757, 101.72009917964903, 48.30000001
    192093
    17:17:50 [INFO] Expected -55.72871755191757, 101.72009917964903, 49.300000011920
    93
    17:17:55 [INFO] Connection reset
    17:17:55 [INFO] peppo456 lost connection: disconnect.quitting
    17:18:02 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /nick peppo456 Hannah
    17:18:13 [INFO] peppo456 [/74.192.5.81:55026] logged in with entity id 402 at (2
    34.62720484665633, 71.0, 10.347138534590462)
    17:18:29 [WARNING] noahwhygodwhy moved wrongly!
    17:18:29 [INFO] Got position 139.69999998807907, 77.5, 22.518754315247705
    17:18:29 [INFO] Expected 138.69999998807907, 77.5, 22.518754315247705
    17:18:40 [INFO] <º4ºc~Noahºfºf> hi hannah
    17:18:45 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /list
    17:19:06 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /tp s
    17:19:09 [INFO] <º4ºc~Noahºfºf> hi
    17:19:11 [INFO] <º4ºc~Noahºfºf> chase
    17:19:15 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /god peppo456
    17:19:16 [INFO] <ºdºc~Chaseºfºf> sup vip creeper
    17:19:17 [INFO] º9[PLAYER_COMMAND] noahwhygodwhy: /god peppo456
    17:19:25 [INFO] <º4ºc~Noahºfºf> oops
    17:19:39 [INFO] <º4ºc~Noahºfºf> there
    17:19:50 [INFO] <º4ºc~Noahºfºf> want me to finish it?
    17:19:53 [INFO] <ºdºc~Chaseºfºf> no
    17:19:55 [INFO] <ºb~Hannahºf> hi
    17:19:59 [INFO] <º4ºc~Noahºfºf> what are you doing?
    17:20:02 [INFO] <º4ºc~Noahºfºf> covering it up?
    17:20:07 [INFO] <ºdºc~Chaseºfºf> yea
    17:20:10 [INFO] <º4ºc~Noahºfºf> why?
    17:20:21 [INFO] <º4ºc~Noahºfºf> it looks nice
    17:20:30 [INFO] <ºdºc~Chaseºfºf> it looks like this completed
    17:20:38 [INFO] º9[PLAYER_COMMAND] peppo456: /i boat 3
    17:20:45 [INFO] <º4ºc~Noahºfºf> yea, i guess
    17:20:49 [INFO] [BananaChunk] version 4.5 is disabled!
    17:20:49 [INFO] [EasyFlight] version [0.3] is Disabled.
    17:20:49 [INFO] [EmptyInventoryPlus] Plugin disabled. (version0.2)
    17:20:49 [INFO] [xWarp]: Deactivated economy system.
    17:20:49 [WARNING] [xWarp]: Doesn't link to disabled economy system: Essentials
    v2.3.1
    17:20:49 [INFO] [xWarp]: No economy system found until here. A economy plugin wi
    ll be maybe activated later.
    17:20:49 [INFO] [Citizens]: Payment method disabled.
    17:20:49 [INFO] GroupManager - INFO - Scheduled Data Saving is disabled!
    17:20:49 [INFO] GroupManager version 1.0(alpha-5) is disabled!
    17:20:49 [INFO] mxRingplatform v 1.0 disabled
    17:20:49 [INFO] SearchIds 2.3 disabled
    17:20:49 [INFO] Superpickaxe disabled
    17:20:49 [INFO] [xWarp]: Close connection!
    17:20:49 [INFO] Fake Permissions version 2.7.2 is disabled!
    17:20:49 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    17:20:49 [INFO] [Citizens]: version [1.0.8f] (Realist) disabled
    17:20:50 [INFO] [BananaChunk] version 4.5 is enabled!
    17:20:50 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    17:20:50 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    17:20:50 [INFO] GroupManager version 1.0(alpha-5) is enabled!
    17:20:50 [INFO] Fake Permissions version 2.7.2 is enabled!
    17:20:50 [INFO] [EasyFlight] version [0.3] is Enabled.
    17:20:50 [INFO] [EmptyInventoryPlus] Plugin enabled! (version0.2)
    17:20:50 [INFO] Loaded Essentials build 2.3.1 by Zenexer, ementalo, Aelux, Brett
    flan, KimKandor, snowleo, ceulemans and Xeology
    17:20:50 [INFO] Loaded EssentialsChat build 2.3.1 by Zenexer, ementalo, Aelux, B
    rettflan, KimKandor, snowleo, ceulemans and Xeology
    17:20:50 [INFO] Loaded EssentialsGeoIP build 2.3.1 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    17:20:50 [INFO] This product includes GeoLite data created by MaxMind, available
     from http://www.maxmind.com/.
    17:20:51 [INFO] Loaded EssentialsProtect build 2.3.1 by Zenexer, ementalo, Aelux
    , Brettflan, KimKandor, snowleo, ceulemans and Xeology
    17:20:51 [INFO] Loaded EssentialsSpawn build 2.3.1 by Zenexer, ementalo, Aelux,
    Brettflan, KimKandor, snowleo, ceulemans and Xeology
    17:20:51 [INFO] mxRingplatform v 1.0 enabled
    17:20:51 [INFO] SearchIds version 2.3 is enabled!.
    17:20:51 [INFO] SearchIds: Updating data from https://github.com/mrapple/SearchI
    ds/raw/master/search-ids-data.xml...
    17:20:51 [INFO] SearchIds: Update complete!
    17:20:51 [INFO] Superpickaxe v0.1 by DiddiZ enabled
    17:20:51 [INFO] WorldEdit 4.4 enabled.
    17:20:51 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    17:20:52 [INFO] [xWarp]: 0 warps loaded
    17:20:52 [INFO] [xWarp]: Linked with permissions system: Permissions v2.7.2
    17:20:52 [INFO] [xWarp]: Linked with economy system: Essentials v2.3.1
    17:20:52 [INFO] [xWarp]: xWarp 2.11.1 enabled
    17:20:52 [INFO] [Citizens]: version [1.0.8f] (Realist) loaded
    17:20:52 [INFO] [Citizens]: Permissions enabled.
    17:20:52 [INFO] [Citizens]: Payment method found (EssentialsEco version: 2.2)
    17:20:52 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    17:20:52 [INFO] [Citizens]: Loaded 8 NPCs.
    17:21:06 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'w' i
    n plugin xWarp v2.11.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            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)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.api.Economy.acco
    untExist(Ljava/lang/String;)Z
            at de.xzise.wrappers.economy.Essentials$EssentialsAccount.<init>(Essenti
    als.java:20)
            at de.xzise.wrappers.economy.Essentials.getAccount(Essentials.java:46)
            at de.xzise.xwarp.EconomyHandler.getAccount(EconomyHandler.java:101)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:73)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:105)
            at de.xzise.xwarp.WarpManager.addWarp(WarpManager.java:141)
            at de.xzise.xwarp.commands.CreateCommand.internalExecute(CreateCommand.j
    ava:84)
            at de.xzise.xwarp.commands.SubCommand.execute(SubCommand.java:47)
            at de.xzise.xwarp.CommandMap.executeCommand(CommandMap.java:114)
            at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:155)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    17:21:22 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp
    ' in plugin Essentials v2.3.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    81)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:718)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:684)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:677)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            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)
    Caused by: java.lang.NoSuchMethodError: com.earth2me.essentials.api.Economy.acco
    untExist(Ljava/lang/String;)Z
            at de.xzise.wrappers.economy.Essentials$EssentialsAccount.<init>(Essenti
    als.java:20)
            at de.xzise.wrappers.economy.Essentials.getAccount(Essentials.java:46)
            at de.xzise.xwarp.EconomyHandler.getAccount(EconomyHandler.java:101)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:73)
            at de.xzise.xwarp.EconomyHandler.pay(EconomyHandler.java:105)
            at de.xzise.xwarp.WarpManager.addWarp(WarpManager.java:141)
            at de.xzise.xwarp.commands.CreateCommand.internalExecute(CreateCommand.j
    ava:84)
            at de.xzise.xwarp.commands.SubCommand.execute(SubCommand.java:47)
            at de.xzise.xwarp.CommandMap.executeCommand(CommandMap.java:114)
            at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:155)
            at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.jav
    a:395)
            at com.earth2me.essentials.Essentials.onCommand(Essentials.java:343)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    >
    i've been getting this for a while, any ideas what it is? besides an error, for any idiots out there.
     
  14. Offline

    DarkAge

    @xZise Hey man no problem :) Thanks for the quick responses.

    @intelacer I tried running both iConomy v5.0 and 5.0.1 and mine links with xWarp fine. Can you maybe post your config file?
     
  15. Offline

    xZise

    @noahwhygodwhy: Looks like you have to update essentials 2.2.7 or higher.
    @intelacer: Did you define a economy plugin in the configuration of xWarp? If you define there, that it has to link to a plugin which isn't iConomy it won't link to iConomy ;)
    @DarkAge: On the first over view, it looks like, everything should work. But tomorrow I will test it on my testing server, what is broken there.

    I also added the world permissions and permission values to the “/w permissions” command. Both untested, but I will introduce this in 2.11.4.

    And I will add the world unload feature, which was implemented yesterday or so. But I shouldn't break anything ;) It will simply ignore this feature if it isn't there.

    To those with chunk load issues: As I have these problem only a few times, I could (at the moment) only suggest to try out the newest builds of CraftBukkit.

    Fabian
     
  16. Offline

    intelacer

    Code:
    #Fri May 27 10:52:30 CDT 2011
    update-if-exists=false
    show-free-price-message=true
    cancel-warm-up-on-movement=false
    warmup-notify=true
    data-connection=sqlite
    cancel-warm-up-on-damage=true
    economy-base-account=
    cooldown-notify=true
    use-force-to=true
    economy=true
    Just read the wiki some more... assuming I have to make economy = ieconomy
    oops. ill test later
     
  17. @xZise I started using BOSEconomy yesterday, and it seems it doesn't quite work. xWarp hooks with BOSEconomy fine but for example, when I /warp to a (warp) that has a price set to 100, and I have 100 in the wallet for example, it says that (I payed 100 for the warp), but it doesn't seem to be taking any money from my wallet.

    Is this an issue with BOSEconomy or xWarp, or is it just because I am op and have '*' permissions?

    However, it says "that I don't have enough money for the warp" if I don't have enough..
     
  18. Offline

    DarkAge

    @intelacer Just leave it blank. It will automatically detect iConomy
     
  19. Offline

    xZise

    If you are the owner of the warp you get maybe the 100? It depends on the configuration:

    Each warp has a warp specific price (which you can change via /warp price). This price will be transfered to the owner. So if you set the price to 100 and you are the owner (both could be checked via the /warp info command) you will pay 100 but also get the money. Maybe I will add a specific message, if you get part of the money back.
    You also could set a price for a person/group via Permissions. This money will erased or transfered – if set – to the “economy base account”, which you could define in the settings.
    And until now there is no permission to avoid paying any money.

    @intelacer: Either set the value to iConomy (case insensitive) or leave it blank. But if you have more than one economy system (e.g. Essentials) it could be, that it will detect this one first.

    Fabian
     
  20. Oh god, that made me feel stupid :D
    I guess I give, and at the same time get the money because I am the owner. Thank you for the clarification, a lot! :)
     
  21. Offline

    xZise

    No problem, for these are the threads here (and I'm trying not to be so unkindly). And to the limit's issue: I maybe found the problem, hopefully I could release the update tomorrow (= 09th june).

    Fabian
     
  22. Offline

    Fyndler

    I got this
    - 'warp.to.other'
    - 'warp.world.within.<world>'

    But people cant warp to public or any warps, any idea ?
     
  23. Offline

    edwardloveall

    Try:
    warp.world.within.*

    the <world> is a placeholder meant to be the name of your world. So if your world name is foo then it'd be warp.world.within.foo

    The * is a wildcard meaning all worlds.
     
  24. Offline

    Jorty

    the plug in doesn't seem to be working properly for me, I created a warp in the nether (the 'vanilla' one in 1.6.6) and when in the 'normal' world clicking on the warp sign loads the nether but does not take me to the sign. It, as far as i can tell, took me to the same place (x,y,z coordinates) in the nether and dropped me in lava:(. I then typed the warp command into the chat and it worked from within the nether. I did not get any console errors. Also, I am not using permissions or any multi-world plugins.

    Any help is much appreciated
     
  25. Offline

    xZise

    @Fyndler: edwardloveall describe it very well: You have to replace the <world> with the worlds you want to allow. If you want to allow to warp within all worlds, you easily could use the asterisk.

    If you want to warp within the world foo and bar the user need to have following permissions:
    Code:
    - warp.world.within.foo
    - warp.world.within.bar
    @Jorty: Which CraftBukkit build do you use? I appreciate to update to at least 819 if you are using 1.6.6, as 818 has a bug with interworld warping. With 818 you have to execute the command twice (first in the world, which changes only the world and second which then changes the location within the world).

    And signwarp and warp with the command are almost the same. So it is very unlikely, that signwarps don't work but using the command work.

    And I found the bug why limits don't work. I will release a hotfix today, but maybe a second fix will come, as the way it actual works is really more quick and dirty.

    [update]Okay I released now the 2.11.4 version, which fixes the limits. But at the moment I couldn't upload the file, so please use the temporary link.[/update]

    Fabian
     
  26. Offline

    Fyndler

    Ah i see, i will try and see if that helps :) Thanks
     
  27. Offline

    Donny

    Xwarp is not using my permissions anymore. I have - '-warp.create.*' and can still create warps. It also isnt charging to create.

    Code:
        Citizen:
            default: true
            permissions:
            - 'MobBounty.mb'
            - 'multihome.home'
            - 'multiverse.portal.*'
            - 'mcmmo.ability.woodcutting'
            - 'mcmmo.ability.mining'
            - 'mcmmo.ability.axes'
            - 'mcmmo.ability.excavation'
            - 'mcmmo.ability.swords'
            - 'mcmmo.ability.unarmed'
            - 'mcmmo.ability.herbalism'
            - 'mcmmo.skills.taming'
            - 'mcmmo.skills.mining'
            - 'mcmmo.skills.repair'
            - 'mcmmo.skills.unarmed'
            - 'mcmmo.skills.archery'
            - 'mcmmo.skills.herbalism'
            - 'mcmmo.skills.excavation'
            - 'mcmmo.skills.swords'
            - 'mcmmo.skills.acrobatic'
            - 'mcmmo.skills.axes'
            - 'commandbook.who'
            - 'commandbook.motd'
            - 'commandbook.rules'
            - 'commandbook.spawn'
            - 'lwc.protect'
            - 'general.player-info'
            - 'iConomy.list'
            - 'iConomy.payment'
            - 'iConomy.rank'
            - 'iConomyChestShop.shop.create'
            - 'iConomyChestShop.shop.buy'
            - 'iConomyChestShop.shop.sell'
            - 'worldguard.region.claim'
            - 'warp.to.*'
            - 'warp.world.within.world'
            - 'lc.level.*'
            - 'containerprotect.use'
            - 'general.spawn'
            - 'SpawnX.spawn'
            - 'commandbook.msg'
            - '-multiverse.portal.list'
            - '-multiverse.portal.rename'
            - '-multiverse.portal.destination'
            - '-multiverse.portal.select'
            - '-multiverse.portal.remove'
            - '-multiverse.portal.create'
            - '-nocheat.notify'
            - '-warp.create.*'
            inheritance: []
            info:
                rank: 20
                prefix: '[Citizen] '
                build: true
                suffix: ''
                warp:
                    prices:
                        to:
                            global: 250
                            public: 250
                            private: 250
                        create:
                            public: 2500
                            global: 2500
                            private: 2500


    here is server log

    Code:
    2011-06-11 11:33:30 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-11 11:33:30 [INFO] Loading properties
    2011-06-11 11:33:30 [INFO] Starting Minecraft server on *:25565
    2011-06-11 11:33:30 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-06-11 11:33:30 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-06-11 11:33:30 [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-06-11 11:33:30 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-06-11 11:33:30 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-11 11:33:31 [INFO] Preparing level "world"
    2011-06-11 11:33:31 [INFO] Preparing start region for level 0
    2011-06-11 11:33:32 [INFO] Preparing spawn area: 48%
    2011-06-11 11:33:33 [INFO] Preparing start region for level 1
    2011-06-11 11:33:33 [INFO] Preparing spawn area: 12%
    2011-06-11 11:33:34 [INFO] DataSourcePool [MultiHome] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-11 11:33:34 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-11 11:33:36 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-11 11:33:36 [INFO] Starting Minequery server on *:25566
    2011-06-11 11:33:36 [INFO] LWC    Loading shared objects
    2011-06-11 11:33:36 [INFO] Cache    Protection cache: 0/10000
    2011-06-11 11:33:36 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/i386/libsqlitejdbc.so
    2011-06-11 11:33:36 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-11 11:33:36 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-11 11:33:37 [INFO] Entities enhanced[0] subclassed[1]
    2011-06-11 11:33:46 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-11 11:33:47 [INFO] [DataLog] Using Permissions for user permissions
    2011-06-11 11:33:47 [INFO] [DataLog] Version 0.4 enabled!
    2011-06-11 11:33:50 [INFO] [xWarp]: 1413 warps loaded
    2011-06-11 11:33:50 [WARNING] [xWarp]: 72 invalid warps found.
    2011-06-11 11:33:50 [WARNING] [xWarp]: Skiped disabled permissions system: Permissions v3.1.5
    2011-06-11 11:33:50 [INFO] [xWarp]: No permissions system found until here. A permissions plugin will be maybe activated later.
    2011-06-11 11:33:50 [WARNING] [xWarp]: Skiped disabled economy system: iConomy v5.0
    2011-06-11 11:33:50 [INFO] [xWarp]: No economy system found until here. A economy plugin will be maybe activated later.
    2011-06-11 11:33:50 [INFO] [xWarp]: xWarp 2.11.4 enabled
    2011-06-11 11:33:50 [INFO] WorldBorder version 1.2 loading
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 8.0 blocks, and timer delay of 20.
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] World "world_nether" has border radius 1000 at X: 18.8 Z: -5.6
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] World "pvpworld" has border radius 1000 at X: -133.6 Z: 235.6
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 2000 at X: 32.1 Z: 346.3
    2011-06-11 11:33:50 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v3.1.5
    2011-06-11 11:33:50 [INFO] For reference, the main world's spawn location is at X: 178 Y: 84 Z: 369
    2011-06-11 11:33:50 [INFO] [BBROTHER] ------------------------------------
    2011-06-11 11:33:50 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-06-11 11:33:50 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-06-11 11:33:50 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-06-11 11:33:50 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-06-11 11:33:50 [INFO] [BBROTHER] ------------------------------------
    2011-06-11 11:33:51 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    2011-06-11 11:33:51 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v3.1.5).
    2011-06-11 11:33:51 [INFO] [Permissions] version [3.1.5] (Yeti)  loaded
    2011-06-11 11:33:51 [INFO] [xWarp]: Linked with permissions system: Permissions v3.1.5
    2011-06-11 11:33:51 [INFO] [BBROTHER] Permissions enabled using: Permissions v3.1.5
    2011-06-11 11:33:51 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-06-11 11:33:51 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #490) enabled!
    2011-06-11 11:33:51 [INFO] KiwiAdmin version 2.0 is enabled!
    2011-06-11 11:33:51 [INFO] [NoCheat] version [1.00b] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-06-11 11:33:51 [INFO] [NoCheat] version [1.00b] is enabled with the following checks: moving bedteleport speedhack itemdupe flying
    2011-06-11 11:33:51 [INFO] [xAuth] Loading player accounts..
    2011-06-11 11:33:51 [INFO] [xAuth] Done! Loaded 9264 Accounts!
    2011-06-11 11:33:51 [INFO] [xAuth] v1.2.5 Enabled!
    2011-06-11 11:33:51 [INFO] NSCommand 0.2 enabled.
    2011-06-11 11:33:52 [INFO] LWC    Loaded 125 locale strings (0 overrides)
    2011-06-11 11:33:52 [INFO] LWC    Using Permissions API...
    2011-06-11 11:33:52 [INFO] LWC    Loading SQLite
    2011-06-11 11:33:52 [INFO] SQLite    Using: Native
    2011-06-11 11:33:53 [INFO] PhysDB    Precached 8779 protections.
    2011-06-11 11:33:53 [INFO] LWC    At version: v3.05
    2011-06-11 11:33:53 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-06-11 11:33:53 [INFO] [iConomyChestShop] Permissions version 3.1.5 loaded.
    2011-06-11 11:33:53 [INFO] [iConomyChestShop] LWC version 3.05 loaded.
    2011-06-11 11:33:53 [INFO] CommandBook 1.5.2-customized enabled.
    2011-06-11 11:33:53 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-06-11 11:33:53 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-11 11:33:53 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-11 11:33:53 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 11:33:53 [INFO] IPGet version 0.4 is enabled!
    2011-06-11 11:33:53 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-11 11:33:53 [INFO] [HeroChat] Permissions 3.1.5 found.
    2011-06-11 11:33:53 [INFO] [MobBounty] v3.02 (Carbon) loaded.
    2011-06-11 11:33:53 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-06-11 11:33:53 [INFO] [MobBounty] Config loaded.
    2011-06-11 11:33:53 [INFO] [MobBounty] hooked into Permissions/GroupManager.
    2011-06-11 11:33:53 [INFO] [iConomy] Logging is currently disabled.
    2011-06-11 11:33:54 [INFO] [iConomy] v5.0 (Eruanna) loaded.
    2011-06-11 11:33:54 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-06-11 11:33:54 [INFO] [xWarp]: Linked with economy system: iConomy v5.0
    2011-06-11 11:33:54 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-06-11 11:33:54 [INFO] [MobBounty] hooked into iConomy.
    2011-06-11 11:33:54 [INFO] [iConomy] hooked into Permissions.
    2011-06-11 11:33:54 [INFO] [MobileAdmin] Loading server stats.
    2011-06-11 11:33:54 [INFO] [MobileAdmin] Loading chat log.
    2011-06-11 11:33:55 [INFO] [MobileAdmin] Loading users.
    2011-06-11 11:33:55 [INFO] [MobileAdmin] Starting server...
    2011-06-11 11:33:55 [INFO] [MobileAdmin] Version 3.0 is enabled!
    2011-06-11 11:33:55 [INFO] [MobileAdmin] Server listening on *:5839
    2011-06-11 11:33:55 [INFO] [ScheduledAnnouncer] Connected to Permissions.
    2011-06-11 11:33:55 [INFO] ScheduledAnnouncer v1.6.3 is enabled!
    
    2011-06-11 11:33:55 [INFO] WorldEdit 266-wiz enabled.
    2011-06-11 11:33:55 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 11:33:55 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-11 11:33:55 [INFO] WorldGuard: Blacklist loaded.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world) Single session is enforced.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world) TNT ignition is blocked.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world) Lighters are blocked.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-06-11 11:33:55 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-11 11:33:55 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world_nether) TNT ignition is blocked.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-11 11:33:55 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-11 11:33:55 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-11 11:33:58 [INFO] WorldGuard: 1202 regions loaded for 'world'
    2011-06-11 11:33:58 [INFO] WorldGuard: 14 regions loaded for 'world_nether'
    2011-06-11 11:33:58 [INFO] WorldGuard 5.0.0-SNAPSHOT enabled.
    2011-06-11 11:33:58 [INFO] [bShortcut] version 1.1.0 is enabled!
    2011-06-11 11:33:58 [INFO] AXR: Loading/Scanning Chunks
    2011-06-11 11:34:10 [INFO] repack
    2011-06-11 11:34:10 [INFO] no ore file to repack
    2011-06-11 11:34:10 [INFO] 0/625 chunks loaded
    2011-06-11 11:34:10 [INFO] 512/625 chunks loaded
    2011-06-11 11:34:10 [INFO] AXR: hidden:131221 ores in 625 chunks 0.6407275390625%
    2011-06-11 11:34:10 [INFO] world 'pvpworld' does not exist
    2011-06-11 11:34:10 [INFO] AntiXRay 0.6.5 enabled.
    2011-06-11 11:34:10 [INFO] Vanish 1.5.2 loaded.
    2011-06-11 11:34:10 [INFO] SpawnX enabled
     
  28. Offline

    Don Redhorse

    ähm... you are REMOVING the -warp.create.* permission not adding it afaik.

    charging I dont know anything about so perhaps somebody else can answer.
     
  29. Offline

    xZise

    Actually xWarp is linking to it:
    Code:
    2011-06-11 11:33:51 [INFO] [xWarp]: Linked with permissions system: Permissions v3.1.5
    Also I don't know what you mean. As Don already mentioned you removing the permission for creating warps. And what should it charge? If you mean money it is working correctly ;) You don't have to pay anything for creating no warp.

    Fabian
     
  30. Offline

    Donny

    Look at the permission I have. It cost to create warps and to use them. It isnt doing that.

    And they dont have permissions to create a warp, but they still can.....I even added a negative node to ensure it.

    Edit: Sorry my post above ment "I can still create warps" not cant

    Just did a test with just permissions (clean ones, 0 permissions, one group) and xwarp. It still didn't link in. So then I tried to add another plugin to see if it linked fine, it did. Here is server log
    Code:
    2011-06-12 00:56:13 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-12 00:56:13 [INFO] Loading properties
    2011-06-12 00:56:13 [INFO] Starting Minecraft server on 127.0.0.1:25565
    2011-06-12 00:56:13 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-06-12 00:56:13 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-06-12 00:56:13 [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-06-12 00:56:13 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-06-12 00:56:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-12 00:56:13 [INFO] Preparing level "world"
    2011-06-12 00:56:14 [INFO] Preparing start region for level 0
    2011-06-12 00:56:15 [INFO] Preparing spawn area: 32%
    2011-06-12 00:56:15 [INFO] Preparing start region for level 1
    2011-06-12 00:56:16 [INFO] Preparing spawn area: 36%
    2011-06-12 00:56:16 [INFO] [Permissions] (Yeti) was initialized.
    2011-06-12 00:56:17 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-12 00:56:17 [INFO] [Permissions] version [3.1.5] (Yeti)  loaded
    2011-06-12 00:56:17 [INFO] [HeroChat] Permissions 3.1.5 found.
    2011-06-12 00:56:17 [INFO] [xWarp]: No Register found. Deactivating Register support.
    2011-06-12 00:56:17 [INFO] [xWarp]: 2 warps loaded
    2011-06-12 00:56:17 [WARNING] [xWarp]: Doesn't link to disabled permissions system: Permissions v3.1.5
    2011-06-12 00:56:17 [INFO] [xWarp]: No economy system found until here. A economy plugin will be maybe activated later.
    2011-06-12 00:56:17 [INFO] [xWarp]: xWarp 2.11.2 enabled
    2011-06-12 00:56:17 [INFO] Done (0.389s)! For help, type "help" or "?"
    2011-06-12 00:56:19 [INFO] ************ [/127.0.0.1:58280] logged in with entity id 389 at ([ world] 161.6955184216272, 70.0, 348.3883456815964)
    2011-06-12 00:56:24 [INFO] [Citizen] **********: hi
    Here is the permissions I used to test.
    With these permissions its still letting me create warps and all. (Because it didn't link in)

    Code:
    groups:
        Citizen:
            default: true
            permissions: []
            inheritance: []
            info:
                rank: 5
                prefix: '[&fCitizen&f] '
                build: true
                suffix: ''
     
  31. Offline

    xZise

    Actually xWarp linked to Permissions. See in the changelog:
    In your first startup you used 2.11.4 here now 2.11.2 and both linked to Permissions (as I already described). I don't know how exactly the deny-permissions work. I simply ask, if the user have the “warp.create.…” permission, and if so you could create the warp. You could check what permissions “thinks” by using commands: Commands wiki.
    So for your case: /permissions g:Citizen w:<world> has warp.create.private
    If this returns true, then it is a issue of Permissions. And replace <world> with your world's name ;)
    For example on my server with group VIP in world “world”:
    Code:
    >pr g:VIP w:world has warp.create.private
    10:21:38 [INFO] [Permissions] User/Group has that permission.
    And to your prices: I have no idea, why this shouldn't work. It also linked to an economy plugin. Doesn't you have to pay for anything? Not for creation and not for teleportation?

    Fabian
     

Share This Page