ScreamingBedWars
ScreamingBedWars
Flexible BedWars plugin, formerly coded as a replacement for BedwarsRel. Supports all major versions since 1.8.8.
Features
- All the basics of BedWars game (Beds, Teams and so on)
- Other BedWars variants: CakeWars/EggWars/AnchorWars/whatever you want to create
- Highly customizable shop and multiple different shops per arena
- Simple BungeeCord and Velocity integration
- Vault rewards and reward commands
- Spectator mode (spectators can also join running game)
- Arena rebuilding (incredibly quick)
- BossBar or XP bar in lobby and/or in game showing remaining time
- Breakable blocks (refreshed after arena rebuild) / ignored blocks
- Special items (RescuePlatform, TNTSheep, ...) with global and local configuration in shop
- High configurability and configuration per arena
- and many more
Arena creation:
https://docs.screamingsandals.org/BedWars/latest/arena/
- Create new arena with command: /bw admin add
- Then set arena size by setting two positions: /bw admin pos1 and /bw admin pos2
- Add spectator spawn: /bw admin spec
- Add some resource spawners to your position with command /bw admin spawner add <bronze|gold|iron>
- Then spawn Villager stores with: /bw admin store add
- Now create teams:
- Run command /bw admin team add
- Stand up where you want to set team spawn and run command: /bw admin team spawn
- Then look at team bed and run command /bw admin team bed
- You must create at least 2 teams.
- Then go to lobby and execute /bw admin lobby
- Now all basic things are set, so you can run /bw admin save to save and enable the game
Tutorials
Updated tutorial by SoulStriker including SBA addon (in English)
Original tutorial by SoulStriker
Issues/New features:
Please paste your ideas and problems to our issues page on github:
https://github.com/ScreamingSandals/BedWars/issues
Useful links:
Docs: https://docs.screamingsandals.org/BedWars
Source code: https://github.com/ScreamingSandals/BedWars
You can join us on Discord: https://discord.gg/4xB54Ts
You can download latest builds from Github Actions: https://github.com/ScreamingSandals/BedWars/actions/workflows/build-0-2-x.yml
You can also help us with translating our plugin: https://weblate.screamingsandals.org/projects/bedwars/
-
View User Profile
-
Send Message
Posted Oct 9, 2020How do i change the Arena Name??
-
View User Profile
-
Send Message
Posted Oct 10, 2020In reply to dark_hurricane4737:
Open BedWars/arenas folder, change file name, open the file and change name inside the file. Then reload bw plugin or restart server.
-
View User Profile
-
Send Message
Posted Sep 17, 2020The best bedwars plugin I ever used!!!
It works perfectly has no issues!!!
Keep updating this plugin!!!
-
View User Profile
-
Send Message
Posted Aug 2, 2020Hello, I liked all the plugin, but I'm having a problem setting the villager stores, I do it, the command log says it's done, but when I start playing the stores just aren't there.
-
View User Profile
-
Send Message
Posted May 20, 2020pvp is not working
-
View User Profile
-
Send Message
Posted May 21, 2020In reply to POKESHI17:
BedWars doesn't rewrite PVP so it's not caused by bw. Try to check all plugins working with it, world settings or region settings if you have WorldGuard and server.properties
-
View User Profile
-
Send Message
Posted May 21, 2020In reply to Misat11cz:
problem solved, thanks! Btw very good plugin :)
-
View User Profile
-
Send Message
Posted Aug 2, 2020In reply to POKESHI17:
How did you solve it? I'm having the same issue
-
View User Profile
-
Send Message
Posted Aug 3, 2020In reply to FauZMK:
I dont remember really xd, but I think it was problem with multiverse core
-
View User Profile
-
Send Message
Posted May 11, 2020Hi this error appears when i try to put a command i already reinstalled 2 times the plugin
an internal error occurred while attempting to perform this command
-
View User Profile
-
Send Message
Posted May 12, 2020In reply to superminecraft64:
This is not an error but message that will automatically send bukkit to players. The error is in console. Look here and send me the full error (something about 30 rows)
-
View User Profile
-
Send Message
Posted May 13, 2020In reply to Misat11cz:
Here's the log when I run the Bedwars command:
13.05 03:57:53 [Server] ERROR null
13.05 03:57:53 [Server] INFO org.bukkit.command.CommandException: Cannot execute command 'bedwars' in plugin BedWars v0.2.7 - plugin is disabled.
13.05 03:57:53 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:752) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1826) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1634) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1076) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1069) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1033) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:950) ~[paperspigot.jar:git-Paper-213]
13.05 03:57:53 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
-
View User Profile
-
Send Message
Posted May 14, 2020In reply to superminecraft64:
i noticed that it says I dont have the plugin enabled, but i do have it enabled
-
View User Profile
-
Send Message
Posted May 15, 2020In reply to superminecraft64:
Checks errors on server start, also try latest build from our jenkins.
-
View User Profile
-
Send Message
Posted May 7, 2020when someone select team, it teleport's him on random location
-
View User Profile
-
Send Message
Posted May 8, 2020In reply to POKESHI17:
This bug is caused with compass teleportation of WorldEdit. Disable it in WorldEdit config or change compass to another item.