Configuration

# leave this off unless the plugin is not working.
# Use this to help report errors to me or fix them yourself.
Debug: false

# Worlds in which Random Items are active in any form. If the world
# is not listed, the command, sign, and chest will not work.
EnabledWorlds:
  - world
  - world_nether
  - world_the_end

# This is the time in minutes players must wait before being able
# to obtain a random item again. This value runs on real time,
# so a player is not given a time penalty for not being online.
SecondsTillNextUse: 3600

# Enable the forms in which random items can be obtained.
EnableCommand: true
EnableSign: true
EnableChest: false ### Warning! Read * Before enabling

# * Work in progress feature. Worlds in which Random Items chests are enabled
# will not store items and will only spawn Random Items. Expect a way to
# specify certain chests to spawn random items in the future.

# The phrase to be written on the first line of a sign to
# turn it into a Random Items Sign.
SignPhrase: '[Random Item]'

# This is the list of items that can be obtained by the
# random items command, sign, or chest.
# A list of most normal in game items has been provided.
# List updated for #1.5, #1.6 items will have to be added.

# Most Minecraft items appear in the list below.  To include one
# of the items in the List of possible random items remove the "#" symbol
# from the front of the line.  To turn OFF one of the items,
# put a "#" symbol in front of the line.  It is important to keep
# the quotes around the item number, particularly for the items with
# colons (":") in them such as 263:1 (charcoal).

# To give players a higher chance of getting a certain item, add the
# item multiple times to the list.

RandomItems:
####################
#####  BLOCKS  #####
####################
  - '1'      # Stone
  - '2'      # Grass
  - '3'      # Dirt
  - '4'      # Cobblestone
  - '5'      # Wood Plank
  - '12'     # Sand
#  - '13'     # Gravel
#  - '14'     # Gold Ore
#  - '15'     # Iron Ore
#  - '17'     # Oak Wood
#  - '20'     # Glass
#  - '22'     # Lapis Lazuli Block
#  - '23'     # Dispenser
#  - '24'     # Sandstone
#  - '25'     # Note Block
#  - '29'     # Sticky Piston
#  - '30'     # Web
#  - '33'     # Piston
#  - '35'     # White Wool
#  - '41'     # Gold Block
#  - '42'     # Iron Block
#  - '45'     # Brick
#  - '46'     # TNT
#  - '47'     # Bookshelf
#  - '48'     # Mossy Cobblestone
#  - '49'     # Obsidian
#  - '54'     # Chest
#  - '56'     # Diamond Ore
#  - '58'     # Workbench
#  - '61'     # Furnace
#  - '69'     # Lever
#  - '70'     # Stone Pressure Plate
#  - '72'     # Wooden Pressure Plate
#  - '76'     # Redstone Torch (on)
#  - '77'     # Stone Button
#  - '79'     # Ice
#  - '80'     # Snow Block
#  - '81'     # Cactus
#  - '82'     # Clay
#  - '84'     # Jukebox
#  - '85'     # Fence
#  - '86'     # Pumpkin
#  - '87'     # Netherrack
#  - '88'     # Soul Sand
#  - '89'     # Glowstone
#  - '98'     # Stone Brick
#  - '101'    # Iron Bars
#  - '102'    # Glass Pane
#  - '103'    # Melon Block
#  - '106'    # Vines
#  - '107'    # Fence Gate
#  - '110'    # Mycelium
#  - '111'    # Lily Pad
#  - '112'    # Nether Brick
#  - '116'    # Enchantment Table
#  - '117'    # Brewing Stand
#  - '118'    # Cauldron
#  - '121'    # End Stone
#  - '122'    # Dragon Egg
#  - '123'    # Redstone Lamp (inactive)
#  - '130'    # Ender Chest
#  - '131'    # Tripwire Hook
#  - '133'    # Emerald Block
#  - '138'    # Beacon Block
#  - '143'    # Wooden Button
#  - '145'    # Anvil
#  - '146'    # Trapped Chest
#  - '147'    # Weighted Pressure Plate (light)
#  - '148'    # Weighted Pressure Plate (heavy)
#  - '151'    # Daylight Sensor
#  - '152'    # Redstone Block
#  - '153'    # Nether Quartz Ore
#  - '154'    # Hopper
#  - '155'    # Quartz Block
#  - '157'    # Activator Rail
#  - '158'    # Dropper
#####################
#####   ITEMS   #####
#####################
#  - '256'    # Iron Shovel
#  - '257'    # Iron Pickaxe
#  - '258'    # Iron Axe
#  - '259'    # Flint and Steel
#  - '260'    # Apple
#  - '261'    # Bow
#  - '262'    # Arrow
#  - '263'    # Coal
#  - '263:1'  # Charcoal
#  - '264'    # Diamond
#  - '265'    # Iron Ingot
#  - '266'    # Gold Ingot
#  - '267'    # Iron Sword
#  - '268'    # Wooden Sword
#  - '269'    # Wooden Shovel
#  - '270'    # Wooden Pickaxe
#  - '271'    # Wooden Axe
#  - '272'    # Stone Sword
#  - '273'    # Stone Shovel
#  - '274'    # Stone Pickaxe
#  - '275'    # Stone Axe
#  - '276'    # Diamond Sword
#  - '277'    # Diamond Shovel
#  - '278'    # Diamond Pickaxe
#  - '279'    # Diamond Axe
#  - '280'    # Stick
#  - '281'    # Bowl
#  - '282'    # Mushroom Soup
#  - '283'    # Gold Sword
#  - '284'    # Gold Shovel
#  - '285'    # Gold Pickaxe
#  - '286'    # Gold Axe
#  - '287'    # String
#  - '288'    # Feather
#  - '289'    # Sulphur
#  - '290'    # Wooden Hoe
#  - '291'    # Stone Hoe
#  - '292'    # Iron Hoe
#  - '293'    # Diamond Hoe
#  - '294'    # Gold Hoe
#  - '295'    # Wheat Seeds
#  - '296'    # Wheat
#  - '297'    # Bread
#  - '298'    # Leather Helmet
#  - '299'    # Leather Chestplate
#  - '300'    # Leather Leggings
#  - '301'    # Leather Boots
#  - '302'    # Chainmail Helmet
#  - '303'    # Chainmail Chestplate
#  - '304'    # Chainmail Leggings
#  - '305'    # Chainmail Boots
#  - '306'    # Iron Helmet
#  - '307'    # Iron Chestplate
#  - '308'    # Iron Leggings
#  - '309'    # Iron Boots
#  - '310'    # Diamond Helmet
#  - '311'    # Diamond Chestplate
#  - '312'    # Diamond Leggings
#  - '313'    # Diamond Boots
#  - '314'    # Gold Helmet
#  - '315'    # Gold Chestplate
#  - '316'    # Gold Leggings
#  - '317'    # Gold Boots
#  - '318'    # Flint
#  - '319'    # Raw Porkchop
#  - '320'    # Cooked Porkchop
#  - '321'    # Painting
#  - '322'    # Golden Apple
#  - '323'    # Sign
#  - '324'    # Wooden Door
#  - '325'    # Bucket
#  - '326'    # Water Bucket
#  - '327'    # Lava Bucket
#  - '328'    # Minecart
#  - '329'    # Saddle
#  - '330'    # Iron Door
#  - '331'    # Redstone
#  - '332'    # Snowball
#  - '333'    # Boat
#  - '334'    # Leather
#  - '335'    # Milk Bucket
#  - '336'    # Clay Brick
#  - '337'    # Clay Balls
#  - '338'    # Sugarcane
#  - '339'    # Paper
#  - '340'    # Book
#  - '341'    # Slimeball
#  - '342'    # Storage Minecart
#  - '343'    # Powered Minecart
#  - '344'    # Egg
#  - '345'    # Compass
#  - '346'    # Fishing Rod
#  - '347'    # Clock
#  - '348'    # Glowstone Dust
#  - '349'    # Raw Fish
#  - '350'    # Cooked Fish
#  - '351'    # Ink Sack
#  - '351:1'  # Rose Red
#  - '352'    # Bone
#  - '353'    # Sugar
#  - '354'    # Cake
#  - '355'    # Bed
#  - '356'    # Redstone Repeater
#  - '357'    # Cookie
#  - '358'    # Map
#  - '359'    # Shears
#  - '360'    # Melon
#  - '361'    # Pumpkin Seeds
#  - '362'    # Melon Seeds
#  - '363'    # Raw Beef
#  - '364'    # Steak
#  - '365'    # Raw Chicken
#  - '366'    # Cooked Chicken
#  - '367'    # Rotten Flesh
#  - '368'    # Ender Pearl
#  - '369'    # Blaze Rod
#  - '370'    # Ghast Tear
#  - '371'    # Gold Nugget
#  - '372'    # Nether Wart Seeds
#  - '373'    # Potion
#  - '374'    # Glass Bottle
#  - '375'    # Spider Eye
#  - '376'    # Fermented Spider Eye
#  - '377'    # Blaze Powder
#  - '378'    # Magma Cream
#  - '379'    # Brewing Stand
#  - '380'    # Cauldron
#  - '381'    # Eye of Ender
#  - '382'    # Glistering Melon
#  - '383:50' # Egg, Creeper
#  - '383:51' # Egg, Skeleton
#  - '383:52' # Egg, Spider
#  - '384'    # Bottle o' Enchanting
#  - '385'    # Fire Charge
#  - '386'    # Book and Quill
#  - '387'    # Written Book
#  - '388'    # Emerald
#  - '389'    # Item Frame
#  - '390'    # Flower Pot
#  - '391'    # Carrots
#  - '392'    # Potato
#  - '393'    # Baked Potato
#  - '394'    # Poisonous Potato
#  - '395'    # Map
#  - '396'    # Golden Carrot
#  - '397'    # Mob Head (Skeleton)
#  - '398'    # Carrot on a Stick
#  - '399'    # Nether Star
#  - '400'    # Pumpkin Pie
#  - '401'    # Firework Rocket
#  - '402'    # Firework Star
#  - '403'    # Enchanted Book
#  - '404'    # Redstone Comparator
#  - '405'    # Nether Brick
#  - '406'    # Nether Quartz


Comments

Posts Quoted:
Reply
Clear All Quotes