Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Szukam]Plugin na Drop surowców ze stona


Rekomendowane odpowiedzi

Opublikowano

Tak jak wyżej napisali jest to OtherDrops.

Łap dobry config jak na mc.skkf.net! ;)

 

 

 

include-files:
aliases:
defaults:
otherdrops:
DIAMOND_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!***
GOLD_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
IRON_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
EMERALD_ORE:
- replacementblock: STONE
drop: NOTHING
tool: [ANY, EXPLOSION_TNT, EXPLOSION_CREEPER]
message: Diamenty szmaragdy zloto zelazo wypadaja ze STONE!
STONE:
- drop: DIAMOND
tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 0.7
quantity: 1
height: "<25"
message: Gratulacje! Znalazles DIAMENT!
- drop: DIAMOND
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 0.7
quantity: 1-4
height: "<20"
message: Gratulacje! Znalazles kilka DIAMENTOW!
- drop: GOLD_ORE
tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 1
quantity: 1
height: "<35"
message: Gratulacje! Znalazles ZLOTO!
- drop: IRON_ORE
tool: [STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 2
quantity: 1
height: "<65"
message: Gratulacje! Znalazles ZELAZO!
- drop: EMERALD
tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
chance: 1
quantity: 1
height: "<25"
message: Gratulacje! Znalazles SZMARAGD!
- drop: EMERALD
tool: [IRON_PICKAXE@!LOOT_BONUS_BLOCKS, DIAMOND_PICKAXE@!LOOT_BONUS_BLOCKS]
chance: 1
quantity: 1-4
height: "<65"
message: Gratulacje! Znalazles kilka SZMARAGDOW!
- drop: xp
tool: ANY
chance: 75
quantity: 1-3
- drop: 4
tool: [WOODEN_PICKAXE, STONE_PICKAXE, IRON_PICKAXE, DIAMOND_PICKAXE]

 

 

Opublikowano
2013-06-22 08:10:40 [sEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
2013-06-22 08:10:40 [sEVERE] at com.gmail.zariust.otherdrops.OtherDropsConfig.loadDropsFile(OtherDropsConfig.java:312)
2013-06-22 08:10:40 [sEVERE] at com.gmail.zariust.otherdrops.OtherDropsConfig.loadConfig(OtherDropsConfig.java:276)
2013-06-22 08:10:40 [sEVERE] at com.gmail.zariust.otherdrops.OtherDropsConfig.load(OtherDropsConfig.java:176)
2013-06-22 08:10:40 [sEVERE] at com.gmail.zariust.otherdrops.OtherDrops.onEnable(OtherDrops.java:151)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.reload(CraftServer.java:605)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.Bukkit.reload(Bukkit.java:185)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
2013-06-22 08:10:40 [sEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:965)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:883)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:840)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:109)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
2013-06-22 08:10:40 [sEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
2013-06-22 08:10:40 [sEVERE] Caused by: while parsing a block collection
in "<string>", line 6, column 3:
- replacementblock: STONE
^
expected <block end>, but found Key
in "<string>", line 7, column 3:
drop: NOTHING
^
Takie cos


Ref



.: Madzia ;* :. Możesz dać cały plugin z confgiem i jarem ?

 

 

Opublikowano

To jest skonfigurowane przez grzegorza

 

include-files: 
aliases:
defaults:
otherdrops:
    DIAMOND_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE] 
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    GOLD_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE] 
          message: Niestety, &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    IRON_ORE:
        - replacementblock: STONE
          drop: NOTHING
          tool: [ANY_PICKAXE] 
          message: Niestety, &aszmaragdy &bdiamenty &ezloto &foraz &7zelazo &fwypadaja tylko z kamienia! Wpisz &2/drop &faby dowiedziec sie wiecej.
    STONE:
        - drop: DIAMOND
          tool: [ANY_PICKAXE]
          chance: 0.3
          quantity: 1-2
          message: Super! Znalazles &bdiament&f! Oby tak dalej
        - drop: 15
          tool: [ANY_PICKAXE]
          chance: 1.3
          quantity: 1-2
          message: Super! Znalazles &7ZELAZO! &fOby tak dalej
        - drop: 14
          tool: [ANY_PICKAXE]
          chance: 0.8
          quantity: 1-2
          message: Super! Znalazles &eZLOTO! &fOby tak dalej
        - drop: 388
          tool: [IRON_PICKAXE, DIAMOND_PICKAXE]
          chance: 0.8
          quantity: 1
          message: Super! Znalazles &aSZMARAGD! &fOby tak dalej


animaatjes-16-e2da7b8e7f46849a5b8e8fc22e

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...