Skip to content

Commit

Permalink
Update BW plugin names and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkeuper committed Nov 12, 2023
1 parent bb5dfaa commit 5cfe15e
Show file tree
Hide file tree
Showing 24 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion docs/BedWars2023/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/BedWars2023/configuration/arena-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions docs/BedWars2023/configuration/main-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/BedWars2023/configuration/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion docs/BedWars2023/configuration/shop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/BedWars2023/developers/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/BedWars2023/developers/creating-ore-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion docs/BedWars2023/developers/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/BedWars2023/developers/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion docs/BedWars2023/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions docs/BedWars2023/hooks/citizens-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -12,10 +12,10 @@ sidebar_position: 3.4
# Creating a NPC
Join your server and use the following command `/bw npc create <skinName> <groupName> <Line1>\n<Line2>`

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`.
68 changes: 34 additions & 34 deletions docs/BedWars2023/hooks/papi-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand All @@ -129,39 +129,39 @@ This return's the player's status. Meant for conditional placeholders

</details>

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%`
6 changes: 3 additions & 3 deletions docs/BedWars2023/hooks/parties-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:.
Expand Down
2 changes: 1 addition & 1 deletion docs/BedWars2023/hooks/swm-hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Bedwars2023 will automatically convert any arena worlds into slime worlds.
Loading

0 comments on commit 5cfe15e

Please sign in to comment.