You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/BedWars2023/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Make sure you have `spawn-npcs` set to `true` in `server.properties`, also if yo
14
14
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..
15
15
16
16
### Why can't I pvp?
17
-
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!
17
+
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`and `pvp` to `true`in `server.properties` if you haven't already!
18
18
19
19
### My arenas don't reset, why?
20
20
Read about this [here](setup/creating-arenas#map-resetting-system)
Welcome to the BedWars2023 wiki. Here you will find a complete set of documentation for the plugin, outlining how to install, setup, configure and effectively use BedWars2023.
Copy file name to clipboardExpand all lines: docs/BedWarsProxy/features/placeholders.md
+7-36Lines changed: 7 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Placeholders that can be used on supported plugins.
10
10
|`%bw2023_group_count_<group>%`| Show the amount of players in an arena group. |
11
11
|`%bw2023_stats_firstplay%`| Show a player first play date. |
12
12
|`%bw2023_stats_lastplay%`| Show a player last play date. |
13
-
|`%bw2023_stats_kills%`| Show player kills. |
13
+
|`%bw2023_stats_kills%`| Show player regular kills. |
14
+
|`%bw2023_stats_total_kills%`| Show a player total kill (Regular + Final) |
14
15
|`%bw2023_stats_wins%`| Show player wins. |
15
16
|`%bw2023_stats_finalkills%`| Show player final kills. |
16
17
|`%bw2023_stats_deaths%`| Show player deaths. |
@@ -21,42 +22,12 @@ Placeholders that can be used on supported plugins.
21
22
|`%bw2023_current_online%`| Show amount of players in arenas. |
22
23
|`%bw2023_current_arenas%`| Show amount of active arenas. |
23
24
|`%bw2023_player_level%`| Show a player level number. |
25
+
|`%bw2023_player_level_trim%`| Show a player level number but remove unnecessary spaces at the end |
26
+
|`%bw2023_player_level_strip%`| Show a player level number but remove the bracket []|
27
+
|`%bw2023_player_level_strip_trim%`| Effect is the combination of the two placeholders above |
28
+
|`%bw2023_player_level_raw%`| Show a player level number (Number only for leaderboard) |
24
29
|`%bw2023_player_progress%`| Show a player progress bar. |
25
-
|`%bw2023_player_xp_formated%`| Show a player formatted xp. |
30
+
|`%bw2023_player_xp_formatted%`| Show a player formatted xp. |
26
31
|`%bw2023_player_xp%`| Show a player xp number. |
27
32
|`%bw2023_player_req_xp_formatted%`| Show a player required xp, formatted. |
28
33
|`%bw2023_player_req_xp%`| Show a player required xp number. |
29
-
|`%bw2023_team_letter%`| Returns the first letter of the display name of the team the player is in. |
30
-
|`%bw2023_team_color%`| Returns the colour of the team the player is in. |
31
-
|`%bw2023_team_status%`| Returns the status (✓, or ×) of the team the player is in. |
32
-
|`%bw2023_team_players_amount%`| Returns the number of players in the team. |
33
-
|`%bw2023_team_players%`| Returns the players in the team, which the player is in, in the form of a String with names separated by ", ". |
34
-
|`%bw2023_team_letter_%`| Returns the first letter of the display name of the teM the player specified is in. |
35
-
|`%bw2023_team_color_%`| Returns the colour of the team the player specified is in. |
36
-
|`%bw2023_team_status_%`| Returns the status (✓, or ×) of the team the player specified is in. |
37
-
|`%bw2023_team_players_amount_%`| Returns the number of players in the team the player specified is in. |
38
-
|`%bw2023_team_players_%`| Returns the players in the team, which the player specified is in, in the form of a String with names separated by ", ". |
39
-
|`%bw2023_arena_nextevent_name%`| Returns the name of the next event of the arena the player is in. |
40
-
|`%bw2023_arena_nextevent_time%`| Returns the time left till the next event of the arena the player is in, in raw form as String. |
41
-
|`%bw2023_arena_nextevent_time_formatted%`| Returns the time left till the next event of the arena the player is in, in formatted form as String. |
42
-
|`%bw2023_arena_name%`| Returns the name of the arena the player is in. |
43
-
|`%bw2023_arena_displayName%`| Returns the display name of the arena the player is in. |
44
-
|`%bw2023_arena_group%`| Returns the group the arena, which the player is in, is in. |
45
-
|`%bw2023_arena_world%`| Returns the world the arena, which the player is in, is in. |
46
-
|`%bw2023_arena_status_plocale%`| Returns the status of the arena in the player's chosen language. |
47
-
|`%bw2023_arena_status%`| Returns the status of the arena in the default language. |
48
-
|`%bw2023_player_kills%`| Returns the number of kills the player has done in that particular game. |
49
-
|`%bw2023_player_kills_final%`| Returns the number of final kills the player has done in that particular game. |
50
-
|`%bw2023_player_kills_total%`| Returns the total number of kills (kills + final kills) the player has done in that particular game. |
51
-
|`%bw2023_player_deaths%`| Returns the number of times the player has died in that particular game. |
52
-
|`%bw2023_player_deaths_final%`| Returns the number of times the player has died the final time in that particular game. (Supposed to be always less than or equal to 1) |
53
-
|`%bw2023_player_deaths_total%`| Returns the total number of times the player has died (deaths + final deaths) in that particular game. |
54
-
|`%bw2023_player_beds%`| Returns the number of beds the player has broken in that particular game. |
55
-
|`%bw2023_players%`| Returns the players in the arena, which the player is in, in the form of a String with names separated by ", ". |
56
-
|`%bw2023_players_amount%`| Returns the number of players in the arena the player is in. |
57
-
|`%bw2023_party_has%`| Returns "true" if the player is in a party and "false" if the player is not. |
58
-
|`%bw2023_party_members%`| Returns the members of the party, which the player is in, in the form of a String with names separated by ", ". |
59
-
|`%bw2023_party_members_amount%`| Returns the number of members of the party the player is in. |
60
-
|`%bw2023_party_in_yours_%`| Returns "true" if the target specified is in the player's party and "false" if not. |
61
-
|`%bw2023_party_in_his_%`| Returns "true" if the player is in the target's party and "false" if not. |
62
-
|`%bw2023_party_is_owner%`| Returns "true" if the player is the owner of his party and "false" if not. |
Welcome to the BedWarsProxy wiki. Here you will find a complete set of documentation for the plugin, outlining how to install, setup, configure and effectively use BedWarsProxy in combination with BedWars2023.
0 commit comments