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
A simple and easy to use plugin with which it is possible to configure cubes, which in turn can start a countdown after being filled with blocks (as well as other actions). The countdown as well as the actions can be fully customized and it even includes an API to customize the plugin perfectly for yourself (Java knowledge required)
2
+
A simple and easy to use plugin with which it is possible to configure cubes, which in turn can start a countdown after
3
+
being filled with blocks (as well as other actions). The countdown as well as the actions can be fully customized and it
4
+
even includes an API to customize the plugin perfectly for yourself (Java knowledge required)
**1.** Download the newest version from Releases <br>
@@ -14,31 +16,49 @@ A simple and easy to use plugin with which it is possible to configure cubes, wh
14
16
Setup is very easy! Once the plugin is installed, run the **/cc setup** command and follow the plugin's instructions
15
17
16
18
**Commands:**
17
-
<br> /cubiccountdown **setup** - Starts the setup process in which 5 simple steps must be followed to add a cube (MAIN COMMAND)
19
+
<br> /cubiccountdown **setup** - Starts the setup process in which 5 simple steps must be followed to add a cube (MAIN
20
+
COMMAND)
21
+
<br> /cubiccountdown **fill MAPNAME BLOCKTYPE1,BLOCKTYPE2,... AMOUNT1,AMOUNT2,...** - Fills the cube with an specific amount of specific blocks
22
+
<br> /cubiccountdown **clear MAPNAME** - Clears the whole area inside the provided cube
18
23
<br> /cubiccountdown **cancel MAPNAME** - Cancels a running countdown of a map
19
24
<br> /cubiccountdown **delete MAPNAME** - Deletes an existing cube (which was created before with /cc setup)
20
25
<br> /cubiccountdown **reload** - Reloads the Config and data files
26
+
<br> /cubiccountdown **cubes** - Shows you all the cubes which you already created
21
27
<br> /cubiccountdown **help** - Opens the help menu
28
+
<br> /cubiccountdown **setEntry CONFIGKEY CONFIGVALUE** - With this command you are able to edit config entries easily without opening a file so it's easier for me to help people out on my discord. **Important:** Don't use this command if you don't know what you're doing
29
+
30
+
**PlaceholderAPI Support:**
31
+
<br>You want to use the CubicCountdown statistics (like the wins, loses or games played) in another plugin (like a scoreboard plugin)? Now it is possible! If you're using a plugin which supports the PlaceholderAPI (the PlaceholderAPI plugin needs to be installed too), you're now able to use these placeholders in it:
32
+
<br>
33
+
<br>*Show the number of wins on a specific cube/map:***%cc_win_counter_MAPNAME%**
34
+
<br>*Show the number of loses on a specific cube/map:***%cc_lose_counter_MAPNAME%**
35
+
<br>*Show the number of games you played on a specific cube/map:***%cc_games_played_MAPNAME%**
36
+
<br>
37
+
<br>**By the way:** If you're using version 1.2.0 or higher, you're also able to use placeholders from other plugins in the titles of the CubicCountdown plugin
22
38
23
39
**QAndA:**
24
40
<br>**Q:***Help! The plugin says that I do not have the permission to use the plugin commands!*
25
-
<br>**A:** To solve this issue just open your server console and type the following command into the console: **op yourminecraftusername**
41
+
<br>**A:** To solve this issue just open your server console and type the following command into the console: **op
42
+
yourminecraftusername**
26
43
<br>**Q:***What is the first and second edge?*
27
44
<br>**A:** This means the bottom corner and the diagonal top corner. The order doesn't matter
28
45
<br>**Q:***How can I change the title formatting, the sound effects,... of the plugin?*
29
-
<br>**A:** This specific settings cannot be changed ingame. To change it, open your minecraft server folder, open the plugins and after that the CubicCountdown folder. If you open the config.yml you'll see many settings. Change it to your preferences, save the file, go back ingame and type **/cc reload** into the chat.
46
+
<br>**A:** This specific settings cannot be changed ingame. To change it, open your minecraft server folder, open the
47
+
plugins and after that the CubicCountdown folder. If you open the config.yml you'll see many settings. Change it to your
48
+
preferences, save the file, go back ingame and type **/cc reload** into the chat.
30
49
31
50
**API:**
32
-
<br> Currently there's no maven or gradle respository out yet. To get access to the api you need to add the JAR file from the releases tab to the build path of your project (in your IDEA). After that you're able to proceed:
51
+
<br> Currently there's no maven or gradle repository out yet. To get access to the api you need to add the JAR file
52
+
from the releases tab to the build path of your project (in your IDEA). After that you're able to proceed:
33
53
<br> **COMING SOON**
34
54
35
-
**Tutorial:**
36
-
<br>**COMING SOON**
55
+
**Tutorials:**
56
+
<br>English Tutorial by TikTokLive with Harry:
57
+
<br>Spanish Tutorial:
37
58
38
59
**Support:** <br>
39
-
You got any wishes or found any bug? Feel free to join my discord: https://discord.tikmc.de/
60
+
You got any wishes or found any bug? Feel free to join my discord or open an issue on this github page: https://discord.tikmc.de/
40
61
41
62
**License:** <br>
42
63
The source code as well as the JAR file may be used and modified for commercial as well as private
Bukkit.getConsoleSender().sendMessage("§cTHIS IS A BETA VERSION OF THE PLUGIN! PLEASE REPORT ALL ISSUES OR WISHES TO OUR DISCORD: https://discord.tikmc.de/");
0 commit comments