Skip to content

The newest version of Coupon Codes for Minecraft allows "multi" codes that can trigger other "sub-codes" allowing a huge range of effects to be applied by a single coupon redemption.

Notifications You must be signed in to change notification settings

mike-teehan/CouponCodes-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Coupon Codes for Minecraft

Commands Installing

Basic Coupon commands:

Console: coupon
Talk: /c
[] = required
() = optional

Redeeming:

/c redeem [coupon code]  

[coupon code] = code to redeem. this is the command most players care about.

Adding:

Items

/c add item [coupon code] [item code:amount(:damage(:enchantment))] (active) (total uses) (expiration)

[coupon code] = string used to redeem this coupon. no spaces.
[item code] = id of a block or item from Minecraft Wiki
[amount] = how many of the item to give.
(damage) = allows you to color your wool. go figure.
(enchantment) = id of enchantment to apply from Bukkit::Enchantments
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon.
(total uses) = default 1 use.
(expiration) = period coupon is good for. example: +1:hour

XP

/c add xp [coupon code] [xp] (active) (total uses) (expiration)

[coupon code] = string used to redeem this coupon. no spaces.
[xp] = Experience level to reward.
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon.
(total uses) = default 1 use.
(expiration) = period coupon is good for. example: +60:min

Rank

/c add rank [coupon code] [rank] (active) (total uses) (expiration)

[coupon code] = string used to redeem this coupon. no spaces.
[rank] = title to grant the player.
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon.
(total uses) = default 1 use.
(expiration) = period coupon is good for. example: +30:seconds

Economy

/c add econ [coupon code] [money] (active) (total uses) (expiration)

[coupon code] = string used to redeem this coupon. no spaces.
[money] = amount of money to reward.
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon.
(total uses) = default 1 use.
(expiration) = period coupon is good for. example: +90:days

Warp

/c add warp [coupon code] [x] [y] [z] (active) (total uses) (expire)

[coupon code] = string used to redeem this coupon. no spaces.
[x/y/z] = coordinates to teleport player to. if any don't parse as numbers, they will be replaced with the players current respective coordinate. ex: 'X 256 X' to drop someone from the sky.
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon.
(total uses) = default 1 use.
(expiration) = period coupon is good for. example: +15:minutes

Bad

/c add bad [coupon code] [effect] (active) (total uses) (expire)

[coupon code] = string used to redeem this coupon. no spaces.
[effect]

  • burn = set player on fire
  • explode = player explodes like TNT
  • chicken = spawns player some chickens
  • lightning = hits the player with lightning
  • poison = poisons the player
  • drop = teleport the player high up into the sky
  • kick = kicks the plays
  • ban = bans the player
(active) = default 1 for active, 0 for inactive. inactive coupons can not be redeemed, except by a "multi" coupon. (total uses) = default 1 use. (expiration) = period coupon is good for. example: +1:days #### Multi /c add multi [(group-)coupon code(:count)] [subcoupon1(:subcoupon2...)] (total uses) (expire) (group) = puts the multicoupon in a group. only 1 coupon can be redeemed per user per group. [coupon code] = string used to redeem this coupon. no spaces. (count) = use [coupon code] as a prefix, and generate (count) unique codes. [subcoupon1(:subcoupon2...)] = semicolon separated list of coupons that you want this "multi" coupon to apply. (total uses) = default 1 use. (expiration) = period coupon is good for. example: +3600:sec ### Deleting: /c remove [coupon code/all] [coupon code] = code of the coupon to remove. [all] = delete everything. BOOM. ### Listing: /c list (all/inactive/prefix) (all) = show all coupons, instead of just active ones (inactive) = show only inactive coupons (prefix) = show all coupons beginning with the (prefix) ### Information: /c info (coupon code) (coupon code) = show information the specific coupon, instead of general info ## Installation Under development

About

The newest version of Coupon Codes for Minecraft allows "multi" codes that can trigger other "sub-codes" allowing a huge range of effects to be applied by a single coupon redemption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%