BedSteal game mode for BedWars1058 (OPEN SOURCE)
Permissions are given by every contributor
Selling this plugin is not allowed
This plugin is made and shared with ❤ from Poland
THIS PLUGIN IS ABANDONED. NO SUPPORT IS PROVIDED
OPEN SOURCE ON GITHUB
BedSteal is a NEW INNOVATIVE MODE that is a combination of BedWars and Lifesteal. With the introduction of many innovative features, we managed to make the game even more dynamic. One of the main changes is the bed upgrade system. After destroying an opponent's respawn point, you get an item, and then by right-clicking it on your bed, you can upgrade your bed to the next level, which adds an ADDITIONAL HEART and upgrades the BED'S RIVER, which is the closest housing that the player cannot rebuild himself after destroying it. Another important change is the introduction of a NEW MEANS OF PAYMENT in the store, namely redstone, which we can get by destroying a bed or by killing SPECIAL MOBS in the middle of map (near emerald generators). With the obtained redstone, we can buy ROTATION ITEMS in the store, such as the Poisoned Sword. In the future, we plan to introduce more novelties, which we will inform you about as soon as possible.
xFuzi, 32k views
NikoGizz, ~760 views
Kroxsu, 315 views (dead link)
Secret Demon, ~134 views
https://www.youtube.com/watch?v=TcQIzkAE87o
Command | What it does? | Permission |
bedsteal giveitem Player 0 | Gives Shuriken | bedsteal.admin or OP |
bedsteal giveitem Player 1 | Gives 1 level Bed to player hand | bedsteal.admin or OP |
bedsteal giveitem Player 2 | Gives Poisoned Sword | bedsteal.admin or OP |
bedsteal items | Gives every items to your inventory | bedsteal.admin or OP |
To use redstone currency you have to add it to your BedWars1058 plugin manually or use already builded version (v22.9) (if you need it for latest version of bedwars1058 then use our tutorial below) with already added currency by us, here's too source code of it.
HERE IS NOT TESTED AND NO GIVEN TRUST SHARED BY Julian ON OUR DISCORD (23.12.2)
Here's a tutorial for you! If you want to add RedStone currency. Our modified source code can help you. It can help you to see how to add this there.
case "redstone":
material = Material.REDSTONE;
else if (currency.toString().toLowerCase().contains("redstone")) {
c = ChatColor.RED;
}
else if (contentTier.getCurrency().toString().toLowerCase().contains("redstone")) {
c = contentTier.getPrice() == 1 ? Messages.MEANING_REDSTONE_SINGULAR : Messages.MEANING_REDSTONE_PLURAL;
}
public static final String MEANING_REDSTONE_SINGULAR = "meaning-redstone-singular";
public static final String MEANING_REDSTONE_PLURAL = "meaning-redstone-plural";
or just add it manually in messages file
meaning-redstone-singular: "Redstone"
meaning-redstone-plural: "Redstone"
Open config and add your arena there
Example:
EnabledArenas:
- map1
- map2
- map3