viewing paste Unknown #16936 | YAML

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273
# Locale settings. Supported at the moment: en (english), hu (hungarian)
Locale: en
 
# Update Check when starting the server
CheckUpdate: true
 
# %currency value (e.g. Dollar, Forint, Euro or symbol)
Currency: "$"
 
# Set True, if you want give money if the player kill mobs in the MobArena - RESTART REQUIRED
EarnMoneyInMobArena: false
 
# Multiworld support, you can disable this plugin on some worlds. ( e.g.: world_the_end )
DisableOnTheseWorlds:
    - world_the_end
 
# This option disable that the player earn money, if the mob spawned from spawner or spawner egg.
AllowSpawnerFarming: false
 
# You can enable or disable that, the players get message if he/she earn money.
SendMessageWhenEarnMoney: true
 
# The money multiplier. You can change it on double coins weekend. Money * Multiplier.
GlobalMultiplier: 1
 
# 1st line: The mob's name, do not change it!
# 2nd line (Enabled): If you want give money for this mob kill
# 3rd line (Negative): If you want negative cash (withdraw) then set true
# 4th line (MinMoney): The minimum money for kill
# 5th line (MaxMoney): The maximum money for kill
# 6th line (Chance): Chance for earn money - Min 1, max 100 (in percent)
 
# String List:
# %currency = Currency value
# %money = Earned money
# %playername = Killer player's name
# %victim = Killed player's name
 
# If you would like give fix money, then must MinMoney equal with MaxMoney!
 
PIG:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
SHEEP:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
CHICKEN:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
COW:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
 
HORSE:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
 
RABBIT:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
WOLF:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
OCELOT:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
BAT:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
BLAZE:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
CAVE_SPIDER:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
CREEPER:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
ENDER_DRAGON:
   Enabled: true
   Negative: false
   MinMoney: 500
   MaxMoney: 500
   Chance: 100
   
ENDERMAN:
   Enabled: true
   Negative: false
   MinMoney: 10
   MaxMoney: 10
   Chance: 100
 
ENDERMITE:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
GHAST:
   Enabled: true
   Negative: false
   MinMoney: 10
   MaxMoney: 10
   Chance: 100
   
GIANT:
   Enabled: true
   Negative: false
   MinMoney: 35
   MaxMoney: 35
   Chance: 100
 
GUARDIAN:
   Enabled: true
   Negative: false
   MinMoney: 10
   MaxMoney: 10
   Chance: 100
 
IRON_GOLEM:
   Enabled: true
   Negative: true
   MinMoney: 100
   MaxMoney: 100
   Chance: 100
   
MAGMA_CUBE:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
MUSHROOM_COW:
   Enabled: true
   Negative: false
   MinMoney: 5
   MaxMoney: 5
   Chance: 100
   
PIG_ZOMBIE:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
PLAYER:
   Enabled: false
   Negative: false
   MinMoney: 0
   MaxMoney: 0
   CashTransferPercent: 10
   CashTransferLimit: 0
   Chance: 100
   
SILVERFISH:
   Enabled: true
   Negative: false
   MinMoney: 5
   MaxMoney: 5
   Chance: 100
   
SKELETON:
   Enabled: true
   Negative: false
   MinMoney: 2
   MaxMoney: 2
   Chance: 100
   
SLIME:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
 
SNOWMAN:
   Enabled: true
   Negative: true
   MinMoney: 10
   MaxMoney: 10
   Chance: 100
   
SPIDER:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
   
SQUID:
   Enabled: true
   Negative: false
   MinMoney: 0.25
   MaxMoney: 0.25
   Chance: 100
   
VILLAGER:
   Enabled: true
   Negative: true
   MinMoney: 1000
   MaxMoney: 1000
   Chance: 100
   
WITCH:
   Enabled: true
   Negative: false
   MinMoney: 10
   MaxMoney: 10
   Chance: 100
   
WITHER:
   Enabled: true
   Negative: false
   MinMoney: 350
   MaxMoney: 350
   Chance: 100
   
ZOMBIE:
   Enabled: true
   Negative: false
   MinMoney: 3
   MaxMoney: 3
   Chance: 100
 
Viewed 562 times, submitted by Guest.