Inactive [ADMN] CouponCodes v2.0.5 - Add redeemable codes for items, money, and groups [1.0.1R1]

Discussion in 'Inactive/Unsupported Plugins' started by LaLa, Jul 6, 2011.

  1. Offline

    LaLa

    Support will only be on BukkitDev.​
    OldPost

    Coupon Codes by LaLa
    Version 1.5.3
    Requires: Bukkit's default permissions plugin (1.5.1+) or Permissions 3.x (1.5-)
    Downloads: 955 (updated daily)

    Coupon codes lets you create redeemable codes that can give players items, such as diamond or a pickaxe. You can also renew codes, so you don't have to enter them multiple times! iConomy has also been added, so your coupons can now give people money through iConomy!

    Features:
    • Add redeemable codes that can give items
    • Customize what the codes give the redeemer
    • Permissions!
    • iConomy support!
    • Lots of customizing!
    Download Version 1.5.3 | Dev. Builds | Older Versions
    Source on GitHub

    Config Example

    Code:
    #Learn more about how this config can be edited and changed to your preference on the forum page.
    author: LaLa
    config:
        iconomy:
            enabled: true
            couponcost:
                enabled: false
                price: 10
            has: true
        coupons:
            onetimeuseperplayer: true
        debug: false
    
    The only this you cannot edit is the value 'has'. This tells me, or the plugin, if you have iConomy or not. Changing it manually might cause...interesting things to happen.

    Obviously, if the default value is 'true' you can change it between that and 'false' but not 'yes' and 'no' or '1' or some other number without getting lots of errors.


    Commands
    • /coupon or /c can be used
    • /c redeem [coupon-code]
    • /c add [coupon-code] [id] [amount] [number of times can be used] - Leave blank for 1
    • /c add ic [coupon-code] [money] [#canbeuse] - New, used for creating an iConomy code
    • /c remove [coupon-code]
    • /c removeall
    • /c renew [coupon-code] [new # of times can be used] - Leave blank for default of 1
    • /c reload - Reload config
    Permissions
    • coupon.help - See the command list
    • coupon.redeem - Redeem an item (/c redeem)
    • coupon.add - Add a coupon code (/c add)
    • coupon.remove - Remove a code (/c remove)
    • coupon.remove.all - Remove all codes (/c removeall)
    • coupon.renew - Renew a coupon code (/c renew)
    • coupon.reload - Ability to reload config (/c reload)
    • coupon.* - Get all the coupon permissions
    Permissions in YML form

    Code:
    permissions:
        coupon.*:
            description: Gives access to all coupon commands
            children:
                coupon.add: true
                coupon.redeem: true
                coupon.remove: true
                coupon.remove.all: true
                coupon.renew: true
                coupon.reload: true
                coupon.help: true
        coupon.remove.*:
            description: Gives you permission to remove and remove all coupons
            children:
                coupon.remove: true
                coupon.remove.all: true
        coupon.add:
            description: Allows you to add a coupon
            default: false
        coupon.redeem:
            description: Allows you to redeem a coupon
            default: false
        coupon.help:
            description: Allows you to redeem a coupon
            default: true
        coupon.remove:
            description: Allows you to remove a coupon
            default: false
        coupon.remove.all:
            description: Allows you to remove all coupons
            default: false
        coupon.reload:
            description: Allows you to reload CouponCode's configuration files
            default: false
        coupon.renew:
            description: Allows you to renew a coupon
            default: false
    


    Planned Features
    • MySQL Support - ?
    • Multiple items from one coupon - planned for 1.5.4
    • Random coupon generator - planned for 1.5.4
    • Even more customizing - planned for 1.4 - DONE
    • Set how many times a coupon can be used - planned for 1.4
    • Make creating coupons cost iConomy money (optional) - planned for 1.3
    Bugs
    • Removing all coupons just displays the syntax
    • No confirmation when removing a single coupon
    Reveiws


    [​IMG]

    Changelog
    Version 1.5.3 - August 20 2011
    Version 1.5.2 - July 25 2011
    • Fixed remove all not working (configured to coupon.removeall by accident)
    • Added confirmation for removing a coupon
    Version 1.5.1 - July 17 2011
    • CouponCodes now supports the official permissions plugin (and only that! sorry permissions 3.x users! :confused: )
    Version 1.5 - July 17 2011
    • Similar to my other plugin WordRank, you can now give coupon specific permissions
    • Plugin epically re-done
    • Reloading the config works properly
    • Potential bugs in previous builds are no more
    • Customizing dropped, felt if it wasn't 100% complete might as well not have it
    • Source is open, and there are now comments explaining the different aspects of the code
    Version 1.4 - Friday July 8 2011
    • Customize almost every message
    • Set how many times a coupon can be used
    • Set if a player can only use a coupon once
    • Fixed where sometimes a coupon would not generate
    Older Versions
    Version 1.3 - Thursday July 7 2011
    • You can now charge people to make coupons
    • Color codes are now universal between coupons and various means of making them
    • More customizing (even more next update)
    • Added /c reload
    • Lots of little bug fixes
    Version 1.2 - Thursday July 7 2011
    • Added iConomy support
    • Fixed a handful of bugs with creatings/redeeming codes
    • Config added. Enable iConomy in there
    Version 1.1 - Wednesday July 6 2011
    • Fixed where if your inventory is full you will not get your item
    • Fixed where if you renewed a coupon that didn't exist it would not generate properly
    Version 1.0 - Wednesday July 6 2011
    • Initial release


    If you like my plugin, please like this post and/or like it on this plugin website
     
    lastern, odielag, gameswereus and 3 others like this.
  2. Offline

    TheBrix

    i'm running bukkit #1000 and the newest coupon codes version (1.5.3, right?)
     
  3. Offline

    Piket95

    i´m running the same like TheBrix but i´ve got a litte private 1060 Bukkit Server. I testing it!

    RESULT: It isnt working at Bukkit #1060, too.
     
  4. Offline

    LaLa

    @Piket95 @TheBrix

    Everything is working fine on my side, I need to know two things.

    What permission plugin do you have?
    Any errors?
     
  5. Offline

    Piket95

    I use the Permissions Plugin v3.1.6 from Yeti
    and the Console says to me:

    Code:
    [INFO] [CouponCodes] Enabled! <Version: 1.5.3>
    Here is my full Server log if you want to see it:

    Server Log (open)

    Code:
    2011-08-22 14:34:44 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-22 14:34:44 [INFO] Loading properties
    2011-08-22 14:34:44 [INFO] Starting Minecraft server on *:25565
    2011-08-22 14:34:44 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-22 14:34:44 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-22 14:34:44 [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-08-22 14:34:44 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-22 14:34:44 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-g4ed23b1-b1060jnks (MC: 1.7.3)
    2011-08-22 14:34:45 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-08-22 14:34:45 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-08-22 14:34:45 [INFO] Entities enhanced[0] subclassed[1]
    2011-08-22 14:34:45 [SEVERE] Could not load 'plugins\mcmmo.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at java.util.jar.JarFile.<init>(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:60)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-22 14:34:46 [INFO] LWC: Loading shared objects
    2011-08-22 14:34:46 [INFO] LWC: Protection cache: 0/10000
    2011-08-22 14:34:46 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejdbc.dll
    2011-08-22 14:34:46 [INFO] Lottery version 0.4.5 is enabled
    2011-08-22 14:34:46 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-22 14:34:46 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-08-22 14:34:46 [INFO] [P2] version 3.2 has been enabled.
    2011-08-22 14:34:48 [INFO] PhoenixTerrainMod v0.6.4 is now enabled
    2011-08-22 14:34:48 [INFO] [P2Aliases] 1.3 Enabled.
    2011-08-22 14:34:48 [INFO] Preparing level "world"
    2011-08-22 14:34:49 [INFO] Preparing start region for level 0 (Seed: 10110101)
    2011-08-22 14:34:49 [INFO] Preparing start region for level 1 (Seed: 10110101)
    2011-08-22 14:34:50 [INFO] Preparing spawn area: 40%
    2011-08-22 14:34:50 [INFO] BirthDay has been enabled.
    2011-08-22 14:34:50 [INFO] [BukkitUpdater] Found and will use plugin Permissions v3.1.6
    2011-08-22 14:34:50 [INFO] [BukkitUpdater] version 0.2.6 enabled.
    2011-08-22 14:34:50 [INFO] [CellMod] Permissions version 3.1.6 loaded.
    2011-08-22 14:34:50 [INFO] [CellMod] CellMod version 1.4.3 is enabled!
    2011-08-22 14:34:50 [INFO] [CellMod] 1 towers loaded.
    2011-08-22 14:34:51 [INFO] [iConomy] Logging is currently disabled.
    2011-08-22 14:34:51 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-08-22 14:34:51 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-08-22 14:34:51 [INFO] [Birthday] hooked into iConomy.
    2011-08-22 14:34:51 [INFO] [iConomy] hooked into Permissions.
    2011-08-22 14:34:51 [INFO] [CellMod] Payment method found (iConomy version: 5)
    2011-08-22 14:34:51 [INFO] [CouponCodes] Enabled! <Version: 1.5.3>
    2011-08-22 14:34:51 [INFO] DeathMessagePlugin version 2.2 is enabled with permissions!
    2011-08-22 14:34:51 [INFO] Preparing start region for level 2 (Seed: 10110101)
    2011-08-22 14:34:51 [INFO] Preparing start region for level 3 (Seed: 10110101)
    2011-08-22 14:34:52 [INFO] DreamLand version 2.4 is enabled!
    2011-08-22 14:34:52 [INFO] Elevators version 1.4.3 is enabled and linked to Permissions! 0 elevators in worlds "world", "world_nether", "world_nightmare", "world_skylands" loaded.
    2011-08-22 14:34:52 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-22 14:34:52 [INFO] [Essentials] Payment method found (iConomy version: 5)
    2011-08-22 14:34:52 [INFO] Loaded EssentialsGeoIP build 2.5.6 by essentials team
    2011-08-22 14:34:52 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-22 14:34:52 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-22 14:34:52 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-08-22 14:34:52 [INFO] FalseBookBlock v0.86.2alpha by GeMo enabled
    2011-08-22 14:34:52 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-08-22 14:34:52 [INFO] FalseBookCart v0.86.2alpha by GeMo enabled
    2011-08-22 14:34:52 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-08-22 14:34:52 [INFO] FalseBookChat v0.86.2alpha by GeMo enabled
    2011-08-22 14:34:52 [INFO] [FalseBook Core] FalseBookCore v0.86.2alpha by GeMo enabled!
    2011-08-22 14:34:52 [INFO] FalseBookExtra v0.86.2alpha by GeMo enabled
    2011-08-22 14:34:52 [INFO] FalseBookIC v0.86.2alpha by GeMo enabled
    2011-08-22 14:34:52 [INFO] [Giant Trees] version 0.3.3 is enabled
    2011-08-22 14:34:52 [INFO] [iChat] Found Permissions (v3.1.6)
    2011-08-22 14:34:52 [INFO] iChat (v2.3.1) enabled
    2011-08-22 14:34:52 [INFO] [iConomyChestShop] version 2.75 initialized!
    2011-08-22 14:34:52 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-08-22 14:34:52 [INFO] [iConomyChestShop] Permissions version 3.1.6 loaded.
    2011-08-22 14:34:52 [INFO] [iConomyChestShop] LWC version 3.31 loaded.
    2011-08-22 14:34:52 [INFO] [ItemDetector] Permission plugin found, Adding these
    2011-08-22 14:34:52 [INFO] ItemDetector version 1.0 is enabled!
    2011-08-22 14:34:52 [INFO] [iWolvesAdoption] Permission system found, plugin enabled
    2011-08-22 14:34:52 [INFO] [iWolvesAdoption] iWolvesAdoption v0.5 is enabled. Plugin by Ancetras.
    2011-08-22 14:34:52 [INFO] [iWolvesAdoption] hooked into iConomy.
    2011-08-22 14:34:52 [INFO] [LaserPointer] Version 0.2 enabled.
    2011-08-22 14:34:52 [INFO] [LazyRoad] : Version 0.4.4 beta is enabled!
    2011-08-22 14:34:52 [INFO] [NearestSpawn] Successfully linked with Permissions.
    2011-08-22 14:34:52 [INFO] LeaveCraft 1.1: Enabled
    2011-08-22 14:34:52 [INFO] [MyPlugin] hooked into iConomy.
    2011-08-22 14:34:52 [INFO] MonsterBox version 0.2 is enabled!
    2011-08-22 14:34:52 [INFO] [MotherNature] Using Permissions version 3.1.6 for permission handling
    2011-08-22 14:34:52 [INFO] [MotherNature] Plugin enabled! (version 1.3.2)
    2011-08-22 14:34:52 [INFO] [MyWorlds] Found and will use permissions plugin Permissions v3.1.6
    2011-08-22 14:34:52 [INFO] My Worlds version 1.0 is enabled!
    2011-08-22 14:34:52 [INFO] [NameChanger] V1.6 is activated!
    2011-08-22 14:34:52 [INFO] [NarrowtuxLib] v0.6.0 by [narrowtux] enabled.
    2011-08-22 14:34:52 [INFO] Version: 60
    2011-08-22 14:34:52 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-08-22 14:34:52 [INFO] [nSpleef] Hooked into Permissions 3.1.6
    2011-08-22 14:34:52 [INFO] nSpleef version 0.4.3 is enabled!
    2011-08-22 14:34:52 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    2011-08-22 14:34:52 [INFO] [Permissions] SQL Interface enabled!
    2011-08-22 14:34:52 [INFO] [PistonChest] LWC v3.31 found!
    2011-08-22 14:34:52 [INFO] [PistonChest] v0.5.1 by [narrowtux] enabled.
    2011-08-22 14:34:52 [INFO] [PSS] Permissions 3.1.6 found.
    2011-08-22 14:34:52 [INFO] [PSS] PlayerStatusSigns version 0.4.1 loaded.
    2011-08-22 14:34:52 [INFO] [PlugMan] Starting Up! - Version: 1.3.2 by bekvon
    2011-08-22 14:34:52 [INFO] [PlugMan] Found Permissions Plugin!
    2011-08-22 14:34:52 [INFO] PressurePorts has been activated
    2011-08-22 14:34:52 [INFO] [QuickSign] WorldGuard detected. Features enabled.
    2011-08-22 14:34:52 [INFO] [QuickSign] Residence detected. Features enabled.
    2011-08-22 14:34:52 [INFO] [QuickSign] Plugin enabled! (v0.3), by DDoS
    2011-08-22 14:34:52 [INFO] RegionClaim enabled.
    2011-08-22 14:34:52 [INFO] [Residence] Found Permissions Plugin!
    2011-08-22 14:34:53 [INFO] [Residence] Successfully linked with iConomy!
    2011-08-22 14:34:53 [INFO] [Residence] Loaded Residences...
    2011-08-22 14:34:53 [INFO] [Residence] Enabled! Version 2.3.7 by bekvon
    2011-08-22 14:34:53 [INFO] ServerReloader has been enabled.
    2011-08-22 14:34:53 [INFO] Preparing start region for level 4 (Seed: -7295248082577241123)
    2011-08-22 14:34:53 [INFO] 0 elevators in world "EditWorld_0" loaded.
    2011-08-22 14:34:53 [INFO] [Showcase] Registered type [basic] (6 items loaded)
    2011-08-22 14:34:53 [INFO] [Showcase] Registered type [finite] (0 items loaded)
    2011-08-22 14:34:53 [INFO] [Showcase] Registered type [infinite] (0 items loaded)
    2011-08-22 14:34:53 [INFO] [Showcase] Registered type [exchange] (0 items loaded)
    2011-08-22 14:34:53 [INFO] [Showcase] Registered type [tutorial] (0 items loaded)
    2011-08-22 14:34:53 [INFO] [Showcase] version 0.7.3 has been enabled.
    2011-08-22 14:34:53 [INFO] SignColours version 0.6 by ichingpow enabled.
    2011-08-22 14:34:53 [INFO] SignRank version 1.1.2 loaded!
    2011-08-22 14:34:57 [INFO] Preparing start region for level 5 (Seed: 12345)
    2011-08-22 14:34:58 [INFO] 0 elevators in world "sphere" loaded.
    2011-08-22 14:34:58 [INFO] Created / Loaded Spheres: 1486
    2011-08-22 14:34:58 [INFO] [SphereWorld] version 0.5 is enabled!
    2011-08-22 14:34:58 [INFO] [SphereWorld] Loaded
    2011-08-22 14:34:59 [INFO] Spout 1.0.2.134 has been initialized
    2011-08-22 14:34:59 [INFO] Stargate v.0.6.2 is enabled.
    2011-08-22 14:34:59 [INFO] [Stargate] Loaded 1 gate layouts
    2011-08-22 14:34:59 [INFO] [Stargate] {world} Loaded 3 stargates with 0 set as always-on
    2011-08-22 14:34:59 [INFO] [Stargate] {world_nether} No stargates for world
    2011-08-22 14:34:59 [INFO] [Stargate] {world_nightmare} No stargates for world
    2011-08-22 14:34:59 [INFO] [Stargate] {world_skylands} No stargates for world
    2011-08-22 14:34:59 [INFO] [Stargate] Sign on line 1 doesn't exist. BlockType = AIR
    2011-08-22 14:34:59 [INFO] [Stargate] {EditWorld_0} Loaded 0 stargates with 0 set as always-on
    2011-08-22 14:34:59 [INFO] [Stargate] {sphere} Loaded 1 stargates with 0 set as always-on
    2011-08-22 14:34:59 [INFO] [Stargate] Found Permissions (v3.1.6)
    2011-08-22 14:34:59 [INFO] [StarterKit]: [StarterKit]: v1.2 has been enabled.
    2011-08-22 14:34:59 [INFO] [StarterKit]: Folder exists/can't be created
    2011-08-22 14:34:59 [INFO] [StreetLamps] POWER enabled
    2011-08-22 14:34:59 [INFO] [StreetLamps] DAYTIME enabled
    2011-08-22 14:34:59 [INFO] [StreetLamps] WEATHER enabled
    2011-08-22 14:34:59 [INFO] [StreetLamps] CLUSTER enabled
    2011-08-22 14:34:59 [INFO] [StreetLamps] loaded 1/1 pole for world world
    2011-08-22 14:34:59 [INFO] StreetLamps 0.7.1 is enabled
    2011-08-22 14:34:59 [INFO] Preparing start region for level 6 (Seed: 1158785752122861111)
    2011-08-22 14:35:00 [INFO] 0 elevators in world "space" loaded.
    2011-08-22 14:35:00 [INFO] [Stargate] {space} No stargates for world
    2011-08-22 14:35:00 [INFO] [StyxSpace] Found and will use plugin Permissions v3.1.6
    2011-08-22 14:35:00 [INFO] [StyxSpace] Enabled version 1.0 [Graduation]
    2011-08-22 14:35:00 [INFO] TravelPortals version 1.5 is enabled!
    2011-08-22 14:35:00 [INFO] TreeAssist STARTED
    2011-08-22 14:35:00 [INFO] [VanishNoPickup] 1.9.12 enabled.
    2011-08-22 14:35:00 [INFO] [WordRank] Enabled!
    2011-08-22 14:35:00 [INFO] WorldEdit 4.6 enabled.
    2011-08-22 14:35:00 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-22 14:35:00 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nightmare) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nightmare) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nightmare) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nightmare) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_nightmare) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'world_nightmare"
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_skylands) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_skylands) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_skylands) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_skylands) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (world_skylands) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'world_skylands"
    2011-08-22 14:35:00 [INFO] WorldGuard: (EditWorld_0) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (EditWorld_0) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (EditWorld_0) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (EditWorld_0) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (EditWorld_0) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'EditWorld_0"
    2011-08-22 14:35:00 [INFO] WorldGuard: (sphere) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (sphere) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (sphere) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (sphere) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (sphere) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'sphere"
    2011-08-22 14:35:00 [INFO] WorldGuard: (space) Single session is enforced.
    2011-08-22 14:35:00 [INFO] WorldGuard: (space) TNT ignition is PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (space) Lighters are PERMITTED.
    2011-08-22 14:35:00 [INFO] WorldGuard: (space) Lava fire is blocked.
    2011-08-22 14:35:00 [INFO] WorldGuard: (space) All fire spread is disabled.
    2011-08-22 14:35:00 [INFO] WorldGuard: Loaded configuration for world 'space"
    2011-08-22 14:35:00 [INFO] WorldGuard: 0 regions loaded for 'world'
    2011-08-22 14:35:00 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2011-08-22 14:35:00 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-08-22 14:35:00 [INFO] WorldGuard 5.2.2 enabled.
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] hooked into Permissions 3.1.6
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] by Engelier loaded.
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world world (Environment: NORMAL, Seed: 10110101)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world world_nether (Environment: NETHER, Seed: 10110101)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world world_nightmare (Environment: NETHER, Seed: 10110101)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world world_skylands (Environment: SKYLANDS, Seed: 10110101)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world EditWorld_0 (Environment: NORMAL, Seed: -7295248082577241123)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world sphere (Environment: NORMAL, Seed: 12345)
    2011-08-22 14:35:00 [INFO] [XcraftGate v0.8] loaded world space (Environment: NORMAL, Seed: 1158785752122861111)
    2011-08-22 14:35:00 [INFO] Preparing start region for level 7 (Seed: 1021930249043823048)
    2011-08-22 14:35:01 [INFO] 0 elevators in world "templeworld" loaded.
    2011-08-22 14:35:01 [INFO] [Stargate] {templeworld} No stargates for world
    2011-08-22 14:35:01 [INFO] [XcraftGate v0.8] loaded world templeworld (Environment: NORMAL, Seed: 1021930249043823048)
    2011-08-22 14:35:01 [INFO] WorldGuard: (templeworld) Single session is enforced.
    2011-08-22 14:35:01 [INFO] WorldGuard: (templeworld) TNT ignition is PERMITTED.
    2011-08-22 14:35:01 [INFO] WorldGuard: (templeworld) Lighters are PERMITTED.
    2011-08-22 14:35:01 [INFO] WorldGuard: (templeworld) Lava fire is blocked.
    2011-08-22 14:35:01 [INFO] WorldGuard: (templeworld) All fire spread is disabled.
    2011-08-22 14:35:01 [INFO] WorldGuard: Loaded configuration for world 'templeworld"
    2011-08-22 14:35:01 [INFO] Preparing start region for level 8 (Seed: 7042566882711026612)
    2011-08-22 14:35:02 [INFO] 0 elevators in world "Freebuild" loaded.
    2011-08-22 14:35:02 [INFO] [Stargate] {Freebuild} Loaded 1 stargates with 0 set as always-on
    2011-08-22 14:35:02 [INFO] [XcraftGate v0.8] loaded world Freebuild (Environment: NORMAL, Seed: 7042566882711026612)
    2011-08-22 14:35:02 [INFO] WorldGuard: (Freebuild) Single session is enforced.
    2011-08-22 14:35:02 [INFO] WorldGuard: (Freebuild) TNT ignition is PERMITTED.
    2011-08-22 14:35:02 [INFO] WorldGuard: (Freebuild) Lighters are PERMITTED.
    2011-08-22 14:35:02 [INFO] WorldGuard: (Freebuild) Lava fire is blocked.
    2011-08-22 14:35:02 [INFO] WorldGuard: (Freebuild) All fire spread is disabled.
    2011-08-22 14:35:02 [INFO] WorldGuard: Loaded configuration for world 'Freebuild"
    2011-08-22 14:35:02 [INFO] Preparing start region for level 9 (Seed: 4817271146920029681)
    2011-08-22 14:35:02 [SEVERE] Could not pass event WEATHER_CHANGE to XcraftGate
    java.lang.NullPointerException
        at de.xcraft.engelier.XcraftGate.XcraftGateWeatherListener.onWeatherChange(XcraftGateWeatherListener.java:14)
        at org.bukkit.plugin.java.JavaPluginLoader$83.execute(JavaPluginLoader.java:826)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at org.bukkit.craftbukkit.CraftWorld.setStorm(CraftWorld.java:585)
        at net.minedev.mnplus.MotherNature.thread.MotherNatureThread.run(MotherNatureThread.java:84)
        at java.lang.Thread.run(Unknown Source)
    2011-08-22 14:35:02 [INFO] WorldGuard: (EditWorld_1) Single session is enforced.
    2011-08-22 14:35:02 [INFO] WorldGuard: (EditWorld_1) TNT ignition is PERMITTED.
    2011-08-22 14:35:02 [INFO] WorldGuard: (EditWorld_1) Lighters are PERMITTED.
    2011-08-22 14:35:02 [INFO] WorldGuard: (EditWorld_1) Lava fire is blocked.
    2011-08-22 14:35:02 [INFO] WorldGuard: (EditWorld_1) All fire spread is disabled.
    2011-08-22 14:35:02 [INFO] WorldGuard: Loaded configuration for world 'EditWorld_1"
    2011-08-22 14:35:03 [INFO] 0 elevators in world "EditWorld_1" loaded.
    2011-08-22 14:35:03 [INFO] [Stargate] {EditWorld_1} No stargates for world
    2011-08-22 14:35:03 [INFO] [XcraftGate v0.8] loaded world EditWorld_1 (Environment: NORMAL, Seed: 4817271146920029681)
    2011-08-22 14:35:03 [INFO] Preparing start region for level 10 (Seed: 1093850237)
    2011-08-22 14:35:04 [INFO] 0 elevators in world "Sky" loaded.
    2011-08-22 14:35:04 [INFO] [Stargate] {Sky} No stargates for world
    2011-08-22 14:35:04 [INFO] [XcraftGate v0.8] loaded world Sky (Environment: SKYLANDS, Seed: 1093850237)
    2011-08-22 14:35:04 [INFO] WorldGuard: (Sky) Single session is enforced.
    2011-08-22 14:35:04 [INFO] WorldGuard: (Sky) TNT ignition is PERMITTED.
    2011-08-22 14:35:04 [INFO] WorldGuard: (Sky) Lighters are PERMITTED.
    2011-08-22 14:35:04 [INFO] WorldGuard: (Sky) Lava fire is blocked.
    2011-08-22 14:35:04 [INFO] WorldGuard: (Sky) All fire spread is disabled.
    2011-08-22 14:35:04 [INFO] WorldGuard: Loaded configuration for world 'Sky"
    2011-08-22 14:35:04 [INFO] [XcraftGate v0.8] loaded 8 gates
    2011-08-22 14:35:04 [INFO] BookWorm 'Spout' support enabled.
    2011-08-22 14:35:04 [INFO] BookWorm v1.6.1 loaded!
    2011-08-22 14:35:04 [INFO] [Citizens] Loaded 0 quests.
    2011-08-22 14:35:04 [INFO] [Citizens] Permissions enabled.
    2011-08-22 14:35:04 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-08-22 14:35:04 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-08-22 14:35:04 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-22 14:35:04 [INFO] LWC: Permissions API: NijiPermissions
    2011-08-22 14:35:04 [INFO] LWC: Currency API: iConomyCurrency
    2011-08-22 14:35:04 [INFO] LWC: Loading SQLite
    2011-08-22 14:35:04 [INFO] LWC: Using: Native
    2011-08-22 14:35:04 [INFO] LWC: Precached 104 protections.
    2011-08-22 14:35:04 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe9832f06e-b81jnks
    2011-08-22 14:35:04 [INFO] [PistonChest] LWC v3.31 found!
    2011-08-22 14:35:04 [INFO] [MobArena] v0.92.1 enabled.
    2011-08-22 14:35:04 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-22 14:35:04 [INFO] Done (1.556s)! For help, type "help" or "?"
    2011-08-22 14:35:04 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook IC] No Transmitters loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook IC] No Receivers loaded.
    2011-08-22 14:35:04 [INFO] [FalseBook IC] 0 Sensors loaded.
    2011-08-22 14:35:04 [INFO] [nSpleef] Arenas loaded!
    2011-08-22 14:35:04 [INFO] [Citizens] Loaded 9 NPCs.
     
  6. Offline

    godgodgodgo

    I'm getting the same problem.
     
  7. Offline

    LaLa

    @Piket95
    Permissions 3.x only works with a build equal to or less than 1.5 of couponcodes
     
  8. Offline

    godgodgodgo

    Hmm pretty please add permissions 2.7.4 support? <3
     
  9. Offline

    TheBrix

    Uhm, i'm running groupmanager and fake permissions (aka EssentialsGroupBridge) because Permission doesn't work for me.
    And i'm trying to keep it up to date.
     
  10. Offline

    netraameht

    REQUEST: Add if players redeem a coupon code, they will get a promotion

    Will be nice, because I have some VIP ranks, then it will be able to buy a giftcode for friends...
     
  11. Offline

    LaLa

    My other plugin wordrank can do that
     
  12. Offline

    Nazerb

    Timer that once runs out the coupon gets deleted, plus unlimited coupon, find out how many times it has been used (for admins)
     
  13. Offline

    netraameht

    Does it support Groupmanager (Essentials)
     
  14. Offline

    cjbh1996

    Hey you know what would be REALLY especially awesome that would make this plugin take off instantly? If you added PayPal support through the PayPal IPN. Please, please look into it. Admins need their cash.
     
  15. Offline

    parker_digg

    http://server.buycraft.net/
     
  16. Offline

    cjbh1996

    Oh this is nice. I wish you'd given me the forum/bukkitdev link. Still, I had no idea this existed and I thank you. Now I can actually use CouponCodes the easy way :3
     
  17. Offline

    harrisonduell

    Emm when i try /c add ic 800 100 1 it just comes up witt help screen again...
     
  18. Offline

    SohnoJam

    Any chance we'll see EssentialsEco support anytime soon?
     
  19. Offline

    crysis992

    Please update :/
     
  20. Offline

    Drtrider

    Looks like when players use the /c reddem command, it just brings up a list of commands.
     
  21. Offline

    Tendonsie

    Keep updating this mod ! Thanks! :)
     
    wassilij likes this.
  22. Offline

    wassilij

    CraftBukkit 1214
    Code:
    2011-09-30 18:40:32 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'c' in plugin Coupon Codes v1.5
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        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:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 1
        at com.lala.CouponCodes.Commands.C.onCommand(C.java:100)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
     
  23. Offline

    DemixRGE

    Could you add a feature so that you can make it so when people redeem the codes [SET BY ADMINS] it could give them Operator, Admin, etc?
     
  24. Offline

    Raycrash

    Does it work with iconomy 6 ? :D
     
  25. Offline

    alfw

    Mysql?
     
  26. Offline

    Raycrash

    Code:
    2011-10-03 01:09:58 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'c' in plugin Coupon Codes v1.5.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        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:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/iConomy/iConomy
        at com.lala.CouponCodes.Commands.C.onCommand(C.java:110)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 13 more
    Doesnt seem to work with iconomy 6 :(

    Coupon is used up but no money is gained
     
  27. Offline

    odielag

    This plugin works great! I love how every person claiming can only claim once. It makes giving out rewards for people adventuring (finding clues/signs) work!
     
  28. @LaLa
    Is this still being updated? (I'm all for using this, but i need mysql support, for the ability to use paypal IPN to auto-assign coupons for people :)
     
  29. Offline

    LaLa

    Yes it is being updated...it currently should work with the latest RB and iC5 [progress]
     
    robxu9 likes this.
  30. Offline

    Raycrash

    Nice to hear ;)
    We really need it :p
     
  31. Offline

    loopyluke

    Do you think it'd be possible to make coupons redeem creature spawns or other custom commands? This would be mighty useful now that animals are persistent and don't randomly respawn. Even just allowing coupons to automatically perform a command that would usually be admin restricted would be extremely handy and increase the plugin functionality tenfold.
     

Share This Page