Skip to content
Jonathan Boisclair edited this page Jan 3, 2022 · 1 revision

Introduction

This is an addon to the Screaming Bedwars plugin. It's main goal is to hypixelify the gameplay elements of the plugin while making sure user effort is less. Currently it depends on PlaceholderAPI. Make sure to get that plugins to ensure smooth gameplay.

Setup

The setup is fairly simple, just download the addon from spigot site and put it in your plugins folder.

Step 1

Make sure you have 2 shop entities, namely Store and UpgradeShop. To add these entities in game you need to do the following commands

  • /bw admin (mapname) store add Store shop.yml false
  • /bw admin (mapname) store add TeamUpgrades upgradeShop.yml false

Step 2

If you already have created a map before, reset the spawners by doing /bw admin (mapname) spawner reset then add in the following resources -> iron, gold, diamond, emerald spawners.

  • /bw admin (mapname) spawner add iron
  • /bw admin (mapname) spawner add gold
  • /bw admin (mapname) spawner add diamond
  • /bw admin (mapname) spawner add emerald READ THIS Always make sure you update SBA to the latest version

If you're upgrading from an older version of the addon make sure to do /sba upgrade each time you upgrade, this step must not be neglected. Always use the latest version from bedwars, if possible from their github CI page.

Clone this wiki locally