If you like our plugin, we will be happy if you visit our patreon and become screamer. https://www.patreon.com/screamingsandals
After
1 year, 3 months and 25 days of existence of this plugin we have finally added the most requested special item in the world: the
Fireball!
In default shop.yml it costs
40 iron (because this price won the survey that we have on discord). You can change it by yourself!
If you don't want to recreate your shop.yml, add these lines:
Code (YAML):
- price
: 40 of iron
properties
:
"ThrowableFireball"
stack:
type
: FIRE_CHARGE
display-name
:
"Fireball"
lore
:
-
"Is it a bird? Is it a plane?"
-
"By the time you know"
-
"you are dead!"
Also we finally add some metrics! So now we can know your Java version
https://bstats.org/plugin/bukkit/ScreamingBedWars/7147
Added new variable to config
destroy-placed-blocks-by-explosion-except. You can set it to some material name. This material will be unbreakable by TNT.
gived-game-start-items and gived-player-respawn-items is now handled by SimpleInventories (SimpleGuiFormat) so you can use just material names or same format as in shop.yml (without price of course)
Players with admin permission can now use any command. For other players it's still same as before.
And also we shouldn't forget to fix something:
- Fixed holograms sometimes disapper when changing world.
- Fixed ender chest is dropping obsidian (that's normal in vanilla, but shouldn't be in bedwars)
- Fixed golems can't get damage from projectile.
- Fixed SlimeWorldManager compatibility.
- And some other fixes.