From 5cfe15eb0a8794b7cea7b1a6343888cc98a8dd47 Mon Sep 17 00:00:00 2001 From: Tom Keuper Date: Sun, 12 Nov 2023 23:38:13 +0100 Subject: [PATCH] Update BW plugin names and fix typos --- docs/BedWars2023/_sidebar.md | 2 +- .../configuration/arena-configuration.md | 2 +- .../configuration/main-configuration.md | 14 ++-- docs/BedWars2023/configuration/permissions.md | 2 +- docs/BedWars2023/configuration/shop.md | 2 +- docs/BedWars2023/developers/commands.md | 4 +- .../developers/creating-ore-generators.md | 4 +- docs/BedWars2023/developers/developers.md | 2 +- .../BedWars2023/developers/getting-started.md | 2 +- docs/BedWars2023/faq.md | 2 +- docs/BedWars2023/hooks/citizens-hook.md | 8 +-- docs/BedWars2023/hooks/papi-hook.md | 68 +++++++++---------- docs/BedWars2023/hooks/parties-hook.md | 6 +- docs/BedWars2023/hooks/swm-hook.md | 2 +- docs/BedWars2023/hooks/vault-hook.md | 6 +- docs/BedWars2023/resources.md | 18 ++--- docs/BedWars2023/setup/creating-arenas.md | 2 +- docs/BedWars2023/setup/how-to-join-arenas.md | 10 +-- docs/BedWars2023/setup/plugin-installation.md | 4 +- docs/BedWarsProxy/faq.md | 12 ++-- docs/BedWarsProxy/features/game-signs.md | 4 +- docs/BedWarsProxy/features/party.md | 2 +- docs/BedWarsProxy/features/player-language.md | 2 +- docs/BedWarsProxy/getting-started.md | 26 +++---- 24 files changed, 103 insertions(+), 103 deletions(-) diff --git a/docs/BedWars2023/_sidebar.md b/docs/BedWars2023/_sidebar.md index 0616dde..e7e95f6 100644 --- a/docs/BedWars2023/_sidebar.md +++ b/docs/BedWars2023/_sidebar.md @@ -37,7 +37,7 @@ * [Getting Started](developers/getting-started) * [Maven](developers/maven) * [Events](developers/events) - * [JavaDocs](http://javadocs.tomkeuper.com/BedWars1058/) + * [JavaDocs](http://javadocs.tomkeuper.com/) * [Creating Commands](developers/commands) * [Custom Levels System](developers/custom-levels) * [Creating Custom Generators](developers/creating-ore-generators) \ No newline at end of file diff --git a/docs/BedWars2023/configuration/arena-configuration.md b/docs/BedWars2023/configuration/arena-configuration.md index dd11403..f93404a 100644 --- a/docs/BedWars2023/configuration/arena-configuration.md +++ b/docs/BedWars2023/configuration/arena-configuration.md @@ -59,7 +59,7 @@ disable-generator-for-empty-teams: false #Set this to true to disable the spawning of shopkeepers for empty teams disable-npcs-for-empty-teams: true -#Set this to true if you want to disable the BedWars1058 drops management +#Set this to true if you want to disable the BedWars2023 drops management #If you set this to true players will have regular loots as minecraft does vanilla-death-drops: false diff --git a/docs/BedWars2023/configuration/main-configuration.md b/docs/BedWars2023/configuration/main-configuration.md index d29c2a5..a4958ad 100644 --- a/docs/BedWars2023/configuration/main-configuration.md +++ b/docs/BedWars2023/configuration/main-configuration.md @@ -3,7 +3,7 @@ sidebar_label: Main Config title: Main Config sidebar_position: 3.2 --- -This page contains the documentation about the `config.yml` file located in `plugins/BedWars1058`. +This page contains the documentation about the `config.yml` file located in `plugins/BedWars2023`. Make sure you're using the right material name when changing item materials in config. @@ -13,7 +13,7 @@ For a list of materials, sounds, and potions, check the [resources page](../reso # There are 4 choices for this option: # 1. MULTIARENA it means that you can run multiple arenas on a single paper/spigot server instance. # 2. SHARED it means that you can run multiple arenas on a single paper/spigot server instance -# which have other minigames on it. Lobby world is not protected by BedWars1058 in this case. +# which have other minigames on it. Lobby world is not protected by BedWars2023 in this case. # 3. BUNGEE allows you to run multiple arenas on a single server and to keep them connected to an external # lobby. When a game starts the arena is cloned (auto-scale) in order to have always free arenas. # 4. BUNGEE_LEGACY it means that you can run a single arena on a paper/single spigot server. @@ -22,7 +22,7 @@ serverType: MULTIARENA # This is used as default language for your BedWars server. # It is "language: en" by default. It means that English is the default message for your server and it takes -# messages from "plugins/BedWars1058/Languages/messages_en.yml". +# messages from "plugins/BedWars2023/Languages/messages_en.yml". # You can add your own language to the server by creating a new `yml` file. # Let's suppose you want to add the Romanian language. Create a new file called "messages_ro.yml", # copy the messages from "messages_en.yml" and then translate them. @@ -44,7 +44,7 @@ lobbyServer: hub # Players from arenas and from the lobby will see all messages. Spectator messages are excluded. globalChat: false -#Se this option to true if you want BedWars1058 to manage the chat format. +#Se this option to true if you want BedWars2023 to manage the chat format. formatChat: true # Set this to true in order to receive debug messages in the console. @@ -242,7 +242,7 @@ performance-settings: rotate-generators: true # Set this to true if you want to disable the packets used when a player respawns. - # BedWars1058 uses them to fix possible invisibility issues. + # BedWars2023 uses them to fix possible invisibility issues. disable-respawn-packets: false # Set this to true if you want to disable the packets used to hide @@ -312,7 +312,7 @@ stats-gui: # Statistic name # You can add/ remove content with this structure to display your custom stats - # Messages are located in BedWars1058/Languages/messages_en.yml + # Messages are located in BedWars2023/Languages/messages_en.yml # Restart your server to generate them paths (they will have "name not set" names) # Messages will be located at: stats-name-name, stats-name-lore # Example: for this case will be stats-wins-name @@ -334,7 +334,7 @@ stats-gui: # in his inventory. The other items are given without checking any conditions. start-items-per-group: #This is the the name of the arena group where to give the start items. If you don't know what is it, - # read about them https://wiki.andrei1058.dev/docs/BedWars1058/setup/arena-groups. + # read about them https://wiki.tomkeuper.com/docs/BedWars2023/setup/arena-groups. # Arenas without an given arena group will receive items from "Default". Start items are unbreakable! Default: - WOODEN_SWORD diff --git a/docs/BedWars2023/configuration/permissions.md b/docs/BedWars2023/configuration/permissions.md index b0f9851..4c35f87 100644 --- a/docs/BedWars2023/configuration/permissions.md +++ b/docs/BedWars2023/configuration/permissions.md @@ -66,6 +66,6 @@ sidebar_position: 3.1 |----------------|:-----------------------------------------------------:|----------------:| | Vip Kick | Join a full arena by kicking a random player from it. | bw.vip | | Chat Color | Allows to use colors on chat. | bw.chatcolor | -| Cmd Bypass | Allows to use non whitelitest commands in game. | bw.cmd.bypass | +| Cmd Bypass | Allows to use non whitelisted commands in game. | bw.cmd.bypass | | Shout Cooldown | Skip shout cooldown. | bw.shout.bypass | | Setup join | Join a BUNGEE mode (autoscale) server directly. | bw.setup | diff --git a/docs/BedWars2023/configuration/shop.md b/docs/BedWars2023/configuration/shop.md index a710c9a..b32ea38 100644 --- a/docs/BedWars2023/configuration/shop.md +++ b/docs/BedWars2023/configuration/shop.md @@ -169,7 +169,7 @@ blocks-category: ### How to create items like the armor category -BedWars1058 provides a configuration called `weight` that cand be added under: +BedWars2023 provides a configuration called `weight` that can be added under: ```yaml namehere-category: category-content: diff --git a/docs/BedWars2023/developers/commands.md b/docs/BedWars2023/developers/commands.md index 8ece1ad..2054006 100644 --- a/docs/BedWars2023/developers/commands.md +++ b/docs/BedWars2023/developers/commands.md @@ -78,8 +78,8 @@ All you have to do is to initialize the class. @Override public void onEnable() { //Disable if pl not found - if (Bukkit.getPluginManager().isPluginEnabled("BedWars1058")) { - getLogger().severe("BedWars1058 was not found. Disabling..."); + if (Bukkit.getPluginManager().isPluginEnabled("BedWars2023")) { + getLogger().severe("BedWars2023 was not found. Disabling..."); setEnabled(false); return; } diff --git a/docs/BedWars2023/developers/creating-ore-generators.md b/docs/BedWars2023/developers/creating-ore-generators.md index 9500b70..6570e42 100644 --- a/docs/BedWars2023/developers/creating-ore-generators.md +++ b/docs/BedWars2023/developers/creating-ore-generators.md @@ -84,7 +84,7 @@ public class ExampleGenerator implements IGenerator { @Override public void enableRotation() { - // this is called by BedWars1058 when the game starts. it requires to be a registered generator. + // this is called by BedWars2023 when the game starts. it requires to be a registered generator. } @Override @@ -133,4 +133,4 @@ public class ExampleGenerator implements IGenerator { ### How to register it -If you set its type as EMERALD/ DIAMOND and with no team, and you want it to be handled like a regular emerald/ diamond generator you have to add it to this list: `IArena#getOreGenerators()`. Or if you want it to be used as a team generator and refreshed (#spawnTry) by BedWars1058 add it to this list: `ITeam#getGenerators()`. For anything else, handle it yourself. \ No newline at end of file +If you set its type as EMERALD/ DIAMOND and with no team, and you want it to be handled like a regular emerald/ diamond generator you have to add it to this list: `IArena#getOreGenerators()`. Or if you want it to be used as a team generator and refreshed (#spawnTry) by BedWars2023 add it to this list: `ITeam#getGenerators()`. For anything else, handle it yourself. \ No newline at end of file diff --git a/docs/BedWars2023/developers/developers.md b/docs/BedWars2023/developers/developers.md index ed646e1..cc327da 100644 --- a/docs/BedWars2023/developers/developers.md +++ b/docs/BedWars2023/developers/developers.md @@ -3,5 +3,5 @@ title: Developers --- * [Getting Started](getting-started) * [Events](events) -* [JavaDocs](https://javadocs.tomkeuper.com/BedWars2023/) +* [JavaDocs](https://javadocs.tomkeuper.com/) * [Creating Commands](commands) diff --git a/docs/BedWars2023/developers/getting-started.md b/docs/BedWars2023/developers/getting-started.md index 6ea5505..005ccce 100644 --- a/docs/BedWars2023/developers/getting-started.md +++ b/docs/BedWars2023/developers/getting-started.md @@ -72,7 +72,7 @@ BedWars bedwarsAPI = Bukkit.getServicesManager().getRegistration(BedWars.class). ``` ## JavaDoc -[Click here](https://javadocs.tomkeuper.com/BedWars2023/) for JavaDocs. +[Click here](https://javadocs.tomkeuper.com/) for JavaDocs. ## Configuration If you want to create a config file for your add-on, you should use the build in config manager and create it in `plugins/BedWars2023/Addons/{addonName}/config.yml`. diff --git a/docs/BedWars2023/faq.md b/docs/BedWars2023/faq.md index c242bbf..a75d511 100644 --- a/docs/BedWars2023/faq.md +++ b/docs/BedWars2023/faq.md @@ -14,7 +14,7 @@ Make sure you have `spawn-npcs` set to `true` in `server.properties`, also if yo If you are not able to place blocks in some places, make sure it's not a BedWars rule. If it is normal not to be able to break, you will receive a message. In other cases you might have `spawn-protection` activated, and it won't allow you to build at the map's spawn. In this case, please set `spawn-protection` to `0` in `server.properties`. If this didn't work, please make sure you didn't set the BedWars **main lobby** in the arena world, because it will prevent players from doing pvp, build etc.. ### Why can't I pvp? -Please make sure you didn't set the BedWars **main lobby** in the arena world, because it will prevent players from doing pvp, build etc. If you're using `MultiVerse` Plugin, make sure not to have the `pvp` flag disabled, same thing if you're using `WorldGuard` Plugin (it would be better if you remove any regions from BedWars arenas). If you don't have those plugins or if it didn't work, set `difficulty` higher than `0` in `server.properties` if you haven't already! +Please make sure you didn't set the BedWars **main lobby** in the arena world, because it will prevent players from doing pvp, build etc. If you're using `MultiVerse` Plugin, make sure not to have the `pvp` flag disabled, same thing if you're using `WorldGuard` Plugin (it would be better if you remove any regions from BedWars arenas). If you don't have those plugins or if it did not work, set `difficulty` higher than `0` in `server.properties` if you haven't already! ### My arenas don't reset, why? Read about this [here](setup/creating-arenas#map-resetting-system) diff --git a/docs/BedWars2023/hooks/citizens-hook.md b/docs/BedWars2023/hooks/citizens-hook.md index eb598bf..336dff9 100644 --- a/docs/BedWars2023/hooks/citizens-hook.md +++ b/docs/BedWars2023/hooks/citizens-hook.md @@ -3,7 +3,7 @@ sidebar_label: Citizens Support title: Citizens Support sidebar_position: 3.4 --- -**BedWars1058** is providing [Citizens](https://www.spigotmc.org/resources/citizens.13811/) support since version 0.6.4beta (API 8). By installing it on your server you will have a new sub-command to the bedwars plugin, `/bw npc` for creating/ removing join-NPCs. Make sure you have instaled the correct version of Citizens compatible with your server in order to have this command listed at `/bw`. +**BedWars2023** is adds [Citizens](https://www.spigotmc.org/resources/citizens.13811/) support by installing it on your server, after this you will have access to the sub-command `/bw npc` to create or remove join-NPCs. Make sure you have installed the correct version of Citizens compatible with your server in order to have this command listed in `/bw`. # Video tutorial @@ -12,10 +12,10 @@ sidebar_position: 3.4 # Creating a NPC Join your server and use the following command `/bw npc create \n` -Availalble placeholders: `{players}` - shows the players amount on this [arena group](https://wiki.andrei1058.dev/docs/BedWars1058/setup/arena-groups/). +Available placeholders: `%bw_players%` - shows the players amount on this [Arena Group](../setup/arena-groups). -**Example:** `/bw npc create andrei1058 Solo &9&lSolo Games\n{players} playing` -![2018-09-02_03.07.28](/uploads/2018-09-02_03.07.28.png) +**Example:** `/bw npc create MrCeasar Solo &9&lSolo Games\n%bw_players% playing` +![Solo join npc demo](/uploads/2018-09-02_03.07.28.png) # Removing a NPC In order to remove a join-NPCs, just look at it and type `/bw npc remove`. You can also remove it using the Citizens command: `/npc remove`. diff --git a/docs/BedWars2023/hooks/papi-hook.md b/docs/BedWars2023/hooks/papi-hook.md index 5ea89e7..f791bc3 100644 --- a/docs/BedWars2023/hooks/papi-hook.md +++ b/docs/BedWars2023/hooks/papi-hook.md @@ -3,7 +3,7 @@ sidebar_label: PlaceholderAPI Support title: PlaceholderAPI Support sidebar_position: 3.2 --- -**BedWars1058** is providing [PlaceholderAPI](https://www.spigotmc.org/resources/6245/) support since version 0.5beta. Support is loaded when BedWars1058 Plugin is enabled. You don't have to download it from PAPI ecloud. +**BedWars2023** provides support for [PlaceholderAPI](https://www.spigotmc.org/resources/6245/). Support is loaded when BedWars2023 Plugin is enabled. You do not have to download it from PAPI e-cloud. If you want Per Arena Group Stats Placeholder, you can use I6y's [GroupStats](https://polymart.org/resource/3184/) Addon for Per Arena Group Stats Placeholders. @@ -12,110 +12,110 @@ If you need help with using [PlaceholderAPI](https://www.spigotmc.org/resources/ ## Player Level Get the player level. FORMATTED. -Placeholder: `%bw1058_player_level%` +Placeholder: `%bw2023_player_level%` ## Player Level Raw Get the player level NUMBER. Can be used for tops. -Placeholder: `%bw1058_player_level_raw%` +Placeholder: `%bw2023_player_level_raw%` ## Progress Bar (Level) Get the player progress bar (formatted). -Placeholder: `%bw1058_player_progress%` +Placeholder: `%bw2023_player_progress%` ## Player Xp (Formatted) Get the player current xp. Large numbers are shortened: 1000 -> 1k -Placeholder: `%bw1058_player_xp_formatted%` +Placeholder: `%bw2023_player_xp_formatted%` ## Player Xp Get the player current xp. -Placeholder: `%bw1058_player_xp%` +Placeholder: `%bw2023_player_xp%` ## Required Xp for Rankup (Formatted) Get the player required xp for rankup. Large numbers are shortened: 1000 -> 1k -Placeholder: `%bw1058_player_rerq_xp_formatted%` +Placeholder: `%bw2023_player_rerq_xp_formatted%` ## Required Xp for Rankup Get the player required xp for rankup. -Placeholder: `%bw1058_player_rerq_xp%` +Placeholder: `%bw2023_player_rerq_xp%` ## First Play Get first play date using the player's language date-format. -Placeholder: `%bw1058_stats_firstplay%` +Placeholder: `%bw2023_stats_firstplay%` ## Last Play Get last play date using the player's language date-format. -Placeholder: `%bw1058_stats_lastplay%` +Placeholder: `%bw2023_stats_lastplay%` ## Regular Kills Get a player's regular kills count. -Placeholder: `%bw1058_stats_kills%` +Placeholder: `%bw2023_stats_kills%` ## Total Kills Get a player's kills. (regular + final). -Placeholder: `%bw1058_stats_total_kills%`; +Placeholder: `%bw2023_stats_total_kills%`; ## Total Wins Get a player's total wins count. -Placeholder: `%bw1058_stats_wins%` +Placeholder: `%bw2023_stats_wins%` ## Final Kills Get a player's total final kills count. -Placeholder: `%bw1058_stats_finalkills%` +Placeholder: `%bw2023_stats_finalkills%` ## Total Deaths Get a player's total deaths count. -Placeholder: `%bw1058_stats_deaths%` +Placeholder: `%bw2023_stats_deaths%` ## Total Losses Get a player's total losses count. -Placeholder: `%bw1058_stats_losses%` +Placeholder: `%bw2023_stats_losses%` ## Final Deaths Get a player's total final deaths count. -Placeholder: `%bw1058_stats_finaldeaths%` +Placeholder: `%bw2023_stats_finaldeaths%` ## Beds Destroyed Get a player's total beds destroyed count. -Placeholder: `%bw1058_stats_bedsdestroyed%` +Placeholder: `%bw2023_stats_bedsdestroyed%` ## Games Played Get a player's total games played count. -Placeholder: `%bw1058_stats_gamesplayed%` +Placeholder: `%bw2023_stats_gamesplayed%` ## Players In Game Get current players (playing) count. -Placeholder: `%bw1058_current_playing%` +Placeholder: `%bw2023_current_playing%` ## Arenas Count Get total arenas count. -Placeholder: `%bw1058_current_arenas%` +Placeholder: `%bw2023_current_arenas%` ## Player Team -This returns the player's team if a he is a player. [SPECTATOR] if he is a spectator or an empty string if he is not in an arena. [SHOUT] if is a /shout or !message. +This returns the player's team if he is a player. [SPECTATOR] if he is a spectator or an empty string if he is not in an arena. [SHOUT] if is a /shout or !message. -Placeholder: `%bw1058_player_team%` +Placeholder: `%bw2023_player_team%` ## Player Status This return's the player's status. Meant for conditional placeholders @@ -129,39 +129,39 @@ This return's the player's status. Meant for conditional placeholders -Placeholder: `%bw1058_player_status%` +Placeholder: `%bw2023_player_status%` ## Arena Status -This returns arena display status based on the server's default language. Since BedWars1058 v0.8.5beta. +This returns arena display status based on the server's default language. Since BedWars2023 v0.8.5beta. Will return "Restarting" if the arena is offline or if it does not exist. -Placeholder: `%bw1058_arena_status_[arenaName]%` +Placeholder: `%bw2023_arena_status_[arenaName]%` ## Arena Player Count -This returns arena player count. Since BedWars1058 v0.8.5beta. Replace `[arenaName]` with the arena name. +This returns arena player count. Replace `[arenaName]` with the arena name. -**It also supports + operator:** %bw1058_arena_count_arena1+arena2% +**It also supports + operator:** %bw2023_arena_count_arena1+arena2% -Placeholder: `%bw1058_arena_count_[arenaName]%` +Placeholder: `%bw2023_arena_count_[arenaName]%` ## Arena Group Count Get the total players amount in a group. Replace `[groupName]` with its name. -**It also supports + operator:** %bw1058_group_count_group1+group2% +**It also supports + operator:** %bw2023_group_count_group1+group2% -Placeholder: `%bw1058_group_count_[groupName]%` +Placeholder: `%bw2023_group_count_[groupName]%` ## Get Current Arena Group Get the group of the arena you're playing on. -Placeholder: `%bw1058_current_arena_group%` +Placeholder: `%bw2023_current_arena_group%` ## Get an Arena Group Get the group of the given arena. -Placeholder: `%bw1058_arena_group_[arena]%` +Placeholder: `%bw2023_arena_group_[arena]%` ## Elapsed Time Get game elapsed time. -Placeholder: `%bw1058_elapsed_time%` +Placeholder: `%bw2023_elapsed_time%` diff --git a/docs/BedWars2023/hooks/parties-hook.md b/docs/BedWars2023/hooks/parties-hook.md index 0ff97b3..00abfb2 100644 --- a/docs/BedWars2023/hooks/parties-hook.md +++ b/docs/BedWars2023/hooks/parties-hook.md @@ -5,16 +5,16 @@ sidebar_position: 3.5 --- ## Parties by AlessioDP -**BedWars1058** is providing [Parties](https://www.spigotmc.org/resources/parties-1-8-1-13.3709/) (by AlessioDP) support since version 0.8beta (API 11). +**BedWars2023** provides support for [Parties](https://www.spigotmc.org/resources/parties-an-advanced-parties-manager.3709/) (by AlessioDP). -If players make a party and then join a BedWars game, BedWars1058 will put them in the same team. +If players make a party and then join a BedWars game, BedWars2023 will put them in the same team. Just install the Parties plugin on the BedWars server and that's it :smile:. You can additionally configure the minimum party rank allowed to select an arena. ## Party & Friends by Simonsator -**BedWars1058** is providing [Party & Friends Extended Edition for Spigot](https://www.spigotmc.org/resources/party-and-friends-extended-for-spigot-supports-1-7-1-19.11633/), [Party & Friends Extended Edition for Bungeecord/Velocity](https://www.spigotmc.org/resources/party-and-friends-extended-edition-for-bungeecord-velocity-supports-1-7-1-19.10123/), and [Party & Friends for Bungeecord/Velocity](https://www.spigotmc.org/resources/party-and-friends-for-bungeecord-supports-1-7-x-to-1-19-x.9531/)(by simonsator) support since version 22.3.4. +**BedWars2023** is providing [Party & Friends Extended Edition for Spigot](https://www.spigotmc.org/resources/party-and-friends-extended-for-spigot-supports-1-7-1-19.11633/), [Party & Friends Extended Edition for Bungeecord/Velocity](https://www.spigotmc.org/resources/party-and-friends-extended-edition-for-bungeecord-velocity-supports-1-7-1-19.10123/), and [Party & Friends for Bungeecord/Velocity](https://www.spigotmc.org/resources/party-and-friends-for-bungeecord-supports-1-7-x-to-1-19-x.9531/)(by simonsator) support since version 22.3.4. ### Party & Friends Extended Edition for Spigot: Just install the Party & Friends Extended Edition for Spigot plugin on the BedWars server and that's it :smile:. diff --git a/docs/BedWars2023/hooks/swm-hook.md b/docs/BedWars2023/hooks/swm-hook.md index 01e3eff..f6b24cc 100644 --- a/docs/BedWars2023/hooks/swm-hook.md +++ b/docs/BedWars2023/hooks/swm-hook.md @@ -10,4 +10,4 @@ For Minecraft 1.8.8 - 1.14.4, you can use [SlimeWorldManager](https://www.spigot For Minecraft 1.17.1 - 1.18.2 you can use [AdvancedSlimeWorldManager](https://www.spigotmc.org/resources/advanced-slimeworldmanager.87209/) -Bedwars1058 will automatically convert any arena worlds into slime worlds. \ No newline at end of file +Bedwars2023 will automatically convert any arena worlds into slime worlds. \ No newline at end of file diff --git a/docs/BedWars2023/hooks/vault-hook.md b/docs/BedWars2023/hooks/vault-hook.md index 00ef52b..6c6e2f0 100644 --- a/docs/BedWars2023/hooks/vault-hook.md +++ b/docs/BedWars2023/hooks/vault-hook.md @@ -4,9 +4,9 @@ title: Vault Support sidebar_position: 3.3 --- ## Chat -**BedWars1058** is providing [Vault](https://dev.bukkit.org/projects/vault) support since the first version ever released. +**BedWars2023** is providing [Vault](https://dev.bukkit.org/projects/vault) support since the first version ever released. -You can have rank prefixies and suffixies in chat by adding [Vault](https://dev.bukkit.org/projects/vault) near your permissions plugin like [PowerfulPerms](https://www.spigotmc.org/resources/powerfulperms.8143/), [PermissionsEx](https://dev.bukkit.org/projects/permissionsex) and any other permissions plugin based on [Vault](https://dev.bukkit.org/projects/vault). +You can add rank prefixes and suffixes in chat by adding [Vault](https://dev.bukkit.org/projects/vault) and your permissions plugin like [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/) and any other permissions plugin based on [Vault](https://dev.bukkit.org/projects/vault). @@ -27,7 +27,7 @@ chat: ``` ## Economy -**BedWars1058** is also providing Vault Economy plugins support since the first version ever released. +**BedWars2023** is also providing Vault Economy plugins support since the first version ever released. You can use all the Economy plugins with [Vault](https://dev.bukkit.org/projects/vault) support like [Coins](https://www.spigotmc.org/resources/coins-1-8-x-1-12-x-mysql-sqlite-api.48536/) and any other economy plugins based on [Vault](https://dev.bukkit.org/projects/vault). diff --git a/docs/BedWars2023/resources.md b/docs/BedWars2023/resources.md index ab9eb28..d428845 100644 --- a/docs/BedWars2023/resources.md +++ b/docs/BedWars2023/resources.md @@ -6,15 +6,15 @@ position: 100 Here you can find the links to the list of material (item) names for minecraft. -| Version | Materials | Sounds | Potions | -|---------|---------------------------------------------------------------------|---------------------------------------------------------------|----------------------------------------------------------------------------------------| -| 1.8.8 | [Materials](https://helpch.at/docs/1.8.8/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.8.8/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.8.8/org/bukkit/potion/PotionEffectType.html) | -| 1.12.2 | [Materials](https://helpch.at/docs/1.12.2/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.12.2/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.12.2/org/bukkit/potion/PotionEffectType.html) | -| 1.16.4 | [Materials](https://helpch.at/docs/1.16.4/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.16.4/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.16.4/org/bukkit/potion/PotionEffectType.html) | -| 1.17.1 | [Materials](https://helpch.at/docs/1.17.1/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.17.1/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.17.1/org/bukkit/potion/PotionEffectType.html) | -| 1.18.2 | [Materials](https://helpch.at/docs/1.18.2/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.18.2/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.18.2/org/bukkit/potion/PotionEffectType.html) | -| 1.19.3 | [Materials](https://helpch.at/docs/1.19.3/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.19.3/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.19.3/org/bukkit/potion/PotionEffectType.html) | -| 1.20.1 | [Comming Soon](https://helpch.at/docs/1.20.1/org/bukkit/Material.html) | [Comming Soon](https://helpch.at/docs/1.20.1/org/bukkit/Sound.html) | [Comming Soon](https://helpch.at/docs/1.20.1/org/bukkit/potion/PotionEffectType.html) | +| Version | Materials | Sounds | Potions | +|---------|-----------------------------------------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------------------| +| 1.8.8 | [Materials](https://helpch.at/docs/1.8.8/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.8.8/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.8.8/org/bukkit/potion/PotionEffectType.html) | +| 1.12.2 | [Materials](https://helpch.at/docs/1.12.2/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.12.2/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.12.2/org/bukkit/potion/PotionEffectType.html) | +| 1.16.4 | [Materials](https://helpch.at/docs/1.16.4/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.16.4/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.16.4/org/bukkit/potion/PotionEffectType.html) | +| 1.17.1 | [Materials](https://helpch.at/docs/1.17.1/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.17.1/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.17.1/org/bukkit/potion/PotionEffectType.html) | +| 1.18.2 | [Materials](https://helpch.at/docs/1.18.2/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.18.2/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.18.2/org/bukkit/potion/PotionEffectType.html) | +| 1.19.3 | [Materials](https://helpch.at/docs/1.19.3/org/bukkit/Material.html) | [Sounds](https://helpch.at/docs/1.19.3/org/bukkit/Sound.html) | [PotionEffects](https://helpch.at/docs/1.19.3/org/bukkit/potion/PotionEffectType.html) | +| 1.20.1 | [Coming Soon](https://helpch.at/docs/1.20.1/org/bukkit/Material.html) | [Coming Soon](https://helpch.at/docs/1.20.1/org/bukkit/Sound.html) | [Coming Soon](https://helpch.at/docs/1.20.1/org/bukkit/potion/PotionEffectType.html) | :::tip diff --git a/docs/BedWars2023/setup/creating-arenas.md b/docs/BedWars2023/setup/creating-arenas.md index 055e31f..a3d2244 100644 --- a/docs/BedWars2023/setup/creating-arenas.md +++ b/docs/BedWars2023/setup/creating-arenas.md @@ -19,7 +19,7 @@ sidebar_position: 2.2 8. Set the upgrades NPC for each island using `bw setUpgrade` without any team name provided because the plugin will auto-detect it. 9. Now it's time to set iron and gold generators for each team. If you want to set the iron and gold generator at the same location go on each island and type `bw addGenerator` without any others arguments. If you want to set them at different locations, just provide the generator name `bw setGenerator iron/ gold`. 10. Now it's time to set the diamond and emerald generators. Use `bw addGenerator diamond` for creating a new diamond generator and `bw addGenerator emerald` for adding a new emerald generator. -11. One more command and it's done! Use `bw save` to save the world and exiti the setup mode. +11. One more command and it's done! Use `bw save` to save the world and exit the setup mode. 12. If you want to play on your new map enable it using: `bw enableArena ` ## Important diff --git a/docs/BedWars2023/setup/how-to-join-arenas.md b/docs/BedWars2023/setup/how-to-join-arenas.md index dc077b0..e4d4c52 100644 --- a/docs/BedWars2023/setup/how-to-join-arenas.md +++ b/docs/BedWars2023/setup/how-to-join-arenas.md @@ -11,19 +11,19 @@ There are different ways to join an arena: * via [sign](how-to-join-arenas#join-signs) ## Join command -![join](/uploads/join.png) +![join command usage](/uploads/join.png) You can join an arena using `bw join ` if it is waiting/ starting. When you join an arena while is in-game status, you will be added as spectator. You can also join a random arena via command using `bw join `. Read [arena groups](arena-groups). Example: `bw join Solo`. Use `bw join default` for arenas without a group. ## Join GUI -![arena-selector](/uploads/arena-selector.png) +![arena-selector gui](/uploads/arena-selector.png) You can join arenas via this item received when you join the server if it is `server-type: MULTIARENA`. You can open the arenas GUI also via command `/bw gui` or `/bw gui ` to open the gui for a specific [group](arena-groups). You can't open the arenas GUI at all if your server is `server-type: BUNGEE` and via command only if `server-type: SHARED`. Read about server type [here](../configuration/main-configuration#servertype). ## Join NPCs -![Screenshot_1](/uploads/Screenshot_1.png) +![join npc](/uploads/Screenshot_1.png) -BedWars1058 provides [Citizens](https://www.spigotmc.org/resources/citizens.13811/) support. You can join arenas by clicking on an NPC. More details about Citizens hook [here](../hooks/citizens-hook). +BedWars2023 provides [Citizens](https://www.spigotmc.org/resources/citizens.13811/) support. You can join arenas by clicking on an NPC. More details about Citizens hook [here](../hooks/citizens-hook). ## Join Signs If you want to place a join sign, first of all you need to type `/bw build` in order to place blocks. Now you can place it and write on the first line `[bw]` and on the second line the name of the arena you want to join. @@ -33,4 +33,4 @@ If you want to place a join sign, first of all you need to type `/bw build` in o [bw] Amazon ``` -![c45a65a289796296cb91ea5186ed16392ff6e027](/uploads/c45a65a289796296cb91ea5186ed16392ff6e027.png) \ No newline at end of file +![join sign example](/uploads/c45a65a289796296cb91ea5186ed16392ff6e027.png) \ No newline at end of file diff --git a/docs/BedWars2023/setup/plugin-installation.md b/docs/BedWars2023/setup/plugin-installation.md index baf9622..770d357 100644 --- a/docs/BedWars2023/setup/plugin-installation.md +++ b/docs/BedWars2023/setup/plugin-installation.md @@ -5,6 +5,6 @@ sidebar_position: 2.1 --- Installing plugins is easy. -Download the [BedWars1058.jar](https://polymart.org/resource/bedwars1058.1152) file and put it on your `plugins` folder. It is located in the server's folder. Now start the server or restart it if it's already started, and that's it. If you want to continue with setting it up, [click here](creating-arenas) for a tutorial. In any case if you need help with configuration files check on the sidebar. +Download the [BedWars2023.jar](https://github.com/tomkeuper/BedWars2023/releases) file and put it on your `plugins` folder. It is located in the server's folder. Now start the server or restart it if it's already running, and that's it. If you want to continue with setting it up, [click here](creating-arenas) for a tutorial. If you need help make sure to read the rest of the wiki. -**For a better performance** please read about [SlimeWorldManager Support](https://gitlab.com/andrei1058/BedWars1058/wikis/SlimeWorldManager-Support). \ No newline at end of file +**For a better performance** please read about [SlimeWorldManager Support](../hooks/swm-hook). \ No newline at end of file diff --git a/docs/BedWarsProxy/faq.md b/docs/BedWarsProxy/faq.md index b036f97..347a47e 100644 --- a/docs/BedWarsProxy/faq.md +++ b/docs/BedWarsProxy/faq.md @@ -7,25 +7,25 @@ descriptions: Common issues and fixes for BedWarsProxy Common issues and fixes for BedWarsProxy -## My arenas dont show up in `/bw gui`! +## My arenas don't show up in `/bw gui`! Firstly, make sure you've followed the [setup instructions](/docs/BedWarsProxy/getting-started). -If you have, theres a few things to check +If you have, there is a few things to check 1. Make sure the BedWarsProxy port you chose is not taken by anything else 1. There should not be any server or other service running on that port 2. Make sure you set the ip and port in `lobby-sockets` correctly 1. The ip should probably be the same one used in the bungee config 2. The port must be the `port` from the BedWarsProxy config -3. Make sure the BedWarsProxy port is accessable to the bedwars servers +3. Make sure the BedWarsProxy port is accessible to the bedwars servers 1. Make sure it is allowed through any firewalls 2. If you are on a host, you might have to ask your host to add the port to your server 3. If you are running on pterodactyl, you'll need to add an "allocation" for the bedwarsproxy port. If you host the pterodactyl node yourself, you can do this from the admin panel. - Otherwise, you will need to contact the node admin about it (e.g. if youre on a host that uses pterodactyl) + Otherwise, you will need to contact the node admin about it (e.g. if you're on a host that uses pterodactyl) ## My arenas show up, but when I try to join one, nothing happens! -Usually this happens if you didnt put the correct `server-id` in the BedWars1058 config. +Usually this happens if you didn't put the correct `server-id` in the BedWars2023 config. The `server-id` should be the name of the arena server as if you were using `/server` @@ -42,5 +42,5 @@ If you are using the correct commands, then make sure that `bungeecord` is set t This could be because you took to long to log in, so timed out for joining the arena. -To fix this, increase the `bwp-timeout` option in the bedwars1058 config. It's in miliseconds, so 1000 = 1 second. +To fix this, increase the `bwp-timeout` option in the BedWars2023 config. It's in milliseconds, so 1000 = 1 second. The default is 5000, so 5 seconds. \ No newline at end of file diff --git a/docs/BedWarsProxy/features/game-signs.md b/docs/BedWarsProxy/features/game-signs.md index 3dd8c16..ec7fcfa 100644 --- a/docs/BedWarsProxy/features/game-signs.md +++ b/docs/BedWarsProxy/features/game-signs.md @@ -22,7 +22,7 @@ Example:
![](/img/dyn_sign.png) :::caution Required Permission -The permisison required to create signs is `bw.setup` +The permission required to create signs is `bw.setup` ::: :::tip CROUCH (SHIFT) + CLICK to remove a sign @@ -69,7 +69,7 @@ In order to create a static sign, place a sign on a block and write [bw] on the Example:
![](/img/static_sign.png) :::caution Required Permission -The permisison required to create signs is `bw.setup` +The permission required to create signs is `bw.setup` ::: :::tip CROUCH (SHIFT) + CLICK to remove a sign diff --git a/docs/BedWarsProxy/features/party.md b/docs/BedWarsProxy/features/party.md index 5e7838c..66a39a4 100644 --- a/docs/BedWarsProxy/features/party.md +++ b/docs/BedWarsProxy/features/party.md @@ -3,4 +3,4 @@ title: Parties sidebar_label: Party sidebar_position: 2.6 --- -BedWarsProxy supports sending players in the supported party plugins of BedWars1058. +BWProxy2023 supports sending players in the supported party plugins of BedWars2023. For a complete list make sure to check [this](/docs/BedWars/hooks/parties-hook) page. diff --git a/docs/BedWarsProxy/features/player-language.md b/docs/BedWarsProxy/features/player-language.md index a66795d..d99ceab 100644 --- a/docs/BedWarsProxy/features/player-language.md +++ b/docs/BedWarsProxy/features/player-language.md @@ -5,7 +5,7 @@ sidebar_position: 2.4 Choose your desired language. #### How does it work? -BedWarsProxy gives the oportunity to play bed-wars in your desired language. +BedWarsProxy gives the opportunity to play bed-wars in your desired language. It will sync your selected language between arenas using the database. #### Usage diff --git a/docs/BedWarsProxy/getting-started.md b/docs/BedWarsProxy/getting-started.md index 0b8ada9..c6b776a 100644 --- a/docs/BedWarsProxy/getting-started.md +++ b/docs/BedWarsProxy/getting-started.md @@ -5,26 +5,26 @@ sidebar_position: 1 ## Installation -BedWarsProxy is a plugin that can be installed on lobby/hub servers. Do not install it on arena servers. +BWProxy2023 is a plugin that can be installed on lobby/hub servers. Do not install it on arena servers. :::info Note before we start -**BedWarsProxy only** goes on the lobby server(s)
-**BedWars1058 only** goes on the arena server(s) +**BWProxy2023 only** goes on the **lobby** server(s)
+**BedWars2023 only** goes on the **arena** server(s) ::: -1. Copy the BedWarsProxy.jar in the plugins folder for your lobby server and restart your server. -2. Open BedWarsProxy's config.yml and set your desired port that will be used to receive data from the arenas. +1. Copy the BWProxy2023.jar in the plugins folder for your lobby server and restart your server. +2. Open BWProxy2023's config.yml and set your desired port that will be used to receive data from the arenas. * This **can not** be the same as the server's port (from server.properties) - * Note that the port must be open, available, and accessable from your arena server(s) -3. Still in BedWarsProxy's config.yml, insert your database credentials to sync bed-wars statistics from arenas. - * If you skip this step, BedWarsProxy will still function, however any stats you get from BedWarsProxy will be incorrect. + * Note that the port must be open, available, and accessible from your arena server(s) +3. Still in BWProxy2023's config.yml, insert your database credentials to sync bed-wars statistics from arenas. + * If you skip this step, BWProxy2023 will still function, however any stats you get from BWProxy2023 will be incorrect. 4. Restart the lobby server -5. Go on each BedWars arena server's files and open `plugins/BedWars1058/config.yml`. - 1. Add the lobby's ip and BedWarsProxy port under `lobby-sockets`. +5. Go on each BedWars arena server's files and open `plugins/BedWars2023/config.yml`. + 1. Add the lobby's ip and BWProxy2023 port under `lobby-sockets`. 2. For example, if your lobby's ip is `51.77.158.119`, - and the BedWarsProxy port you set in step 2 is `25569`, then this would be your config:
![](/img/immagine.png) + and the BWProxy2023 port you set in step 2 is `25569`, then this would be your config:
![](/img/immagine.png) 3. Next, change `server-id` to be the name of the arena server in your BungeeCord/Velocity config. In the example above, the server name in the BungeeCord config is `bw1`. 1. An easy way to double-check that you set this correctly is to do `/server `, @@ -33,11 +33,11 @@ BedWarsProxy is a plugin that can be installed on lobby/hub servers. Do not inst 1. This is similar to how you set `server-id`, but with your lobby server instead of the arena server. 5. Set the `serverType` to `BUNGEE` 6. Restart the arena server - 7. Repeat steps i-vi for each of your arena servers + 7. Repeat steps `i-vi` for each of your arena servers 6. Make sure you've restarted each of the servers (after configuring them), and enjoy! ## Usage To open the arena selector, you can use `/bw gui` -BedWarsProxy does not have a built-in scoreboard, so you will need to use an external scoreboard plugin and the +BWProxy2023 does not have a built-in scoreboard, so you will need to use an external scoreboard plugin and the [PlaceHolderAPI placeholders](features/placeholders) if you want a scoreboard.