Skip to content

Commit 6d9601f

Browse files
committed
Updated wiki
1 parent 34a82e8 commit 6d9601f

24 files changed

+353
-35
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- noone
7-
# - source
6+
- source
87
# Review gh actions docs if you want to further define triggers, paths, etc
98
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
109

docs/minigame/setup/cmd-perms.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ You can use `villagedefense.admin.*` permission to give all admin commands permi
174174
| /villagedefenseadmin leaderboard \[add/list/remove\] \[statistic\] \[amount\] | `villagedefense.admin.leaderboard.manage` | Manage Leaderboard-Holograms | Player |
175175
| /villagedefenseadmin placeholders (external) | `villagedefense.admin.placeholders` | Shows list with all loaded placeholders | Player |
176176
| /villagedefenseadmin spychat | `villagedefense.admin.spychat` | Toggles all arenas chat visibility \(multi-arena feature only\) | Player |
177-
| /villagedefenseadmin tp \[arena\] \[location type\] | `villagedefense.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
177+
| /villagedefenseadmin tp \[arena/worldName\] \[location type\] | `villagedefense.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
178178
| /villagedefenseadmin respawn \(player\) | `villagedefense.admin.respawn villagedefense.admin.respawn.others` | Respawn you/specified player in your arena | Player |
179179
| /villagedefenseadmin clear \[mobtype\] | `villagedefense.admin.clear` | Clears specified mobs in your game | Player |
180180
| /villagedefenseadmin addorbs \[amount\] \(player\) | `villagedefense.admin.addorbs villagedefense.admin.addorbs.others` | Adds orbs \(game currency\) to you/specified player | Player/Console when player argument is specified |
@@ -203,7 +203,7 @@ You can use `buildbattle.admin.*` permission to give all admin commands permissi
203203
| /buildbattleadmin leaderboard \[add/list/remove\] \[statistic\] \[amount\] | `buildbattle.admin.leaderboard.manage` | Manage Leaderboard-Holograms | Player |
204204
| /buildbattleadmin placeholders (external) | `buildbattle.admin.placeholders` | Shows list with all loaded placeholders | Player |
205205
| /buildbattleadmin spychat | `buildbattle.admin.spychat` | Toggles all arenas chat visibility \(multi-arena feature only\) | Player |
206-
| /buildbattleadmin tp \[arena\] \[location type\] | `buildbattle.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
206+
| /buildbattleadmin tp \[arena/worldName\] \[location type\] | `buildbattle.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
207207
| /buildbattleadmin locwand | `buildbattle.admin.locwand` | Get location wand to setup locations | Player |
208208
| /buildbattleadmin addplot \[arena\] | `buildbattle.admin.addplot` | Adds new plot to the arena | Player |
209209
| /buildbattleadmin removeplot \[arena\] \[plot ID\] | `buildbattle.admin.removeplot` | Remove target plot from the arena | Player |
@@ -232,7 +232,7 @@ You can use `murdermystery.admin.*` permission to give all admin commands permis
232232
| /murdermysteryadmin leaderboard \[add/list/remove\] \[statistic\] \[amount\] | `murdermystery.admin.leaderboard.manage` | Manage Leaderboard-Holograms | Player |
233233
| /murdermysteryadmin placeholders (external) | `murdermystery.admin.placeholders` | Shows list with all loaded placeholders | Player |
234234
| /murdermysteryadmin spychat | `murdermystery.admin.spychat` | Toggles all arenas chat visibility \(multi-arena feature only\) | Player |
235-
| /murdermysteryadmin tp \[arena\] \[location type\] | `murdermystery.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
235+
| /murdermysteryadmin tp \[arena/worldName\] \[location type\] | `murdermystery.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
236236
| /murdermysteryadmin removeblock | `murdermystery.admin.removeblock` | Removes the special block you are looking at | Player |
237237
| /murdermysteryadmin rolepass \[add/set/remove\] \[role\] \[amount\] (player) | `murdermystery.admin.rolepass` | Add or remove rolepass to be MURDERER/DETECTIVE | Player/Console |
238238

@@ -258,7 +258,7 @@ You can use `murdermystery.admin.*` permission to give all admin commands permis
258258
| /thebridgeadmin leaderboard \[add/list/remove\] \[statistic\] \[amount\] | `thebridge.admin.leaderboard.manage` | Manage Leaderboard-Holograms | Player |
259259
| /thebridgeadmin placeholders (external) | `thebridge.admin.placeholders` | Shows list with all loaded placeholders | Player |
260260
| /thebridgeadmin spychat | `thebridge.admin.spychat` | Toggles all arenas chat visibility \(multi-arena feature only\) | Player |
261-
| /thebridgeadmin tp \[arena\] \[location type\] | `thebridge.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
261+
| /thebridgeadmin tp \[arena/worldName\] \[location type\] | `thebridge.admin.teleport` | Teleports to specified arena location **Location types:** START, END, LOBBY | Player |
262262
| /thebridgeadmin locwand | `thebridge.admin.locwand` | Get location wand to setup locations | Player |
263263

264264
</TabItem>

docs/minigame/setup/free-maps.mdx

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ import TabItem from '@theme/TabItem';
1212

1313
Download pre-configured maps and enjoy drag and drop feeling ;)
1414

15-
:::danger DIRECT DOWNLOADS CURRENTLY NOT WORKING!
16-
Download links may not work as long as our download portal isn't ready.
17-
18-
**You can currently get them from our discord on the #downloads channel.** Sorry for the inconveniences!
19-
:::
20-
2115
## Pre-made Setups/Maps {#premade-setup}
2216

2317
In this section, you can download some additional maps for your server.
@@ -40,7 +34,7 @@ If you import multiple setups you indeed need to manually add the arena configur
4034

4135
### Quarry
4236

43-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Quarry&type=vd)
37+
**Download link:** <a target="_blank" href={ require(".//maps/VD-Quarry.zip").default } Plugily Download>Plugily Download</a>
4438

4539
**Coordinates:** 0, 80, 0
4640

@@ -50,7 +44,7 @@ If you import multiple setups you indeed need to manually add the arena configur
5044

5145
### Hollow
5246

53-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Hollow&type=vd)
47+
**Download link:** <a target="_blank" href={ require(".//maps/VD-Hollow.zip").default } Plugily Download>Plugily Download</a>
5448

5549
**Coordinates:** -50, 72, 50
5650

@@ -60,7 +54,7 @@ If you import multiple setups you indeed need to manually add the arena configur
6054

6155
### Mushroom
6256

63-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Mushroom&type=vd)
57+
**Download link:** [No download currently]
6458

6559
**Screenshots:**
6660

@@ -72,7 +66,7 @@ If you import multiple setups you indeed need to manually add the arena configur
7266

7367
### Abstract
7468

75-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Abstract&type=bb)
69+
**Download link:** <a target="_blank" href={ require(".//maps/BB-Abstract.zip").default } Plugily Download>Plugily Download</a>
7670

7771
**Coordinates:** 0, 100, 0
7872

@@ -82,7 +76,7 @@ If you import multiple setups you indeed need to manually add the arena configur
8276

8377
### Candyland
8478

85-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Candyland&type=bb)
79+
**Download link:** <a target="_blank" href={ require(".//maps/BB-Candyland.zip").default } Plugily Download>Plugily Download</a>
8680

8781
**Coordinates:** 0, 100, 0
8882

@@ -95,7 +89,7 @@ If you import multiple setups you indeed need to manually add the arena configur
9589

9690
### SantaFactory
9791

98-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=SantaFactory&type=mm)
92+
**Download link:** <a target="_blank" href={ require(".//maps/MM-SantaFactory.zip").default } Plugily Download>Plugily Download</a>
9993

10094
**Builder:** [VentureKraft](https://discord.gg/zp9dxgutrR)
10195

@@ -107,7 +101,7 @@ If you import multiple setups you indeed need to manually add the arena configur
107101

108102
### Offices
109103

110-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Offices&type=mm)
104+
**Download link:** <a target="_blank" href={ require(".//maps/MM-Offices.zip").default } Plugily Download>Plugily Download</a>
111105

112106
**Builder:** [VentureKraft](https://discord.gg/zp9dxgutrR)
113107

@@ -122,7 +116,7 @@ If you import multiple setups you indeed need to manually add the arena configur
122116

123117
### Forest
124118

125-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Forest&type=tb)
119+
**Download link:** <a target="_blank" href={ require(".//maps/TB-Forest.zip").default } Plugily Download>Plugily Download</a>
126120

127121
**Builder:** [Creative Team](https://discord.gg/wTeaXqK)
128122

@@ -134,7 +128,7 @@ If you import multiple setups you indeed need to manually add the arena configur
134128

135129
### Fortress
136130

137-
**Download link:** [Plugily Download](https://download.plugily.xyz/get.php?map=Fortress&type=tb)
131+
**Download link:** <a target="_blank" href={ require(".//maps/TB-Fortress.zip").default } Plugily Download>Plugily Download</a>
138132

139133
**Builder:** [VentureKraft](https://discord.gg/zp9dxgutrR)
140134

818 KB
Binary file not shown.
457 KB
Binary file not shown.
6.59 MB
Binary file not shown.
3.96 MB
Binary file not shown.
1.18 MB
Binary file not shown.
6.79 MB
Binary file not shown.
311 KB
Binary file not shown.

0 commit comments

Comments
 (0)