Skip to content

Commit 16420ba

Browse files
HelpChat Wikigitbook-bot
HelpChat Wiki
authored andcommitted
GITBOOK-300: change request with no subject merged in GitBook
1 parent 49d0a96 commit 16420ba

File tree

17 files changed

+58
-44
lines changed

17 files changed

+58
-44
lines changed

.gitbook/assets/gnyELBP (1) (1).png

894 Bytes
Loading

clips-plugins/autosell/placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ To use these placeholders, you have to download **AutoSell Expansion**. You can
2929
Or you can download it manually from the [eCloud](https://api.extendedclip.com/expansions/autosell/), and put it inside the `expansions` folder (folder path: `/plugins/PlaceholderAPI/expansions/`). 
3030

3131
{% hint style="info" %}
32-
You have to have [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/) **** plugin to be able to use these placeholders.
32+
You have to have [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/) plugin to be able to use these placeholders.
3333
{% endhint %}

clips-plugins/deluxechat/placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: Plugin's placeholders
1616
## PlaceholderAPI placeholders
1717

1818
**DeluxeChat** plugin provides [**PlaceholderAPI** ](https://www.spigotmc.org/resources/6245/)placeholders that you can use in any plugin that supports [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/).\
19-
You can also use any [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/) **** placeholder in **DeluxeChat** plugin. ([PlaceholderAPI placeholders list](https://helpch.at/placeholders))
19+
You can also use any [**PlaceholderAPI**](https://www.spigotmc.org/resources/6245/) placeholder in **DeluxeChat** plugin. ([PlaceholderAPI placeholders list](https://helpch.at/placeholders))
2020

2121
### Placeholders
2222

clips-plugins/deluxemenus/options-and-configurations/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Everything about DeluxeMenus requirements!
66

77
{% hint style="warning" %}
88
**IMPORTANT!**\
9-
**`left/right/shift_left/shift_right/middle` ** click requirements won't work unless you also have their respective click commands. This is true even if you have set the **`success_commands`** option
9+
**`left/right/shift_left/shift_right/middle`** click requirements won't work unless you also have their respective click commands. This is true even if you have set the **`success_commands`** option
1010
{% endhint %}
1111

1212
## Syntax

clips-plugins/deluxetags/README.md

+26-18
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,39 @@ description: Allow players to select chat tags that can be awarded by permission
2323

2424
(Plugins that support PlaceholderAPI placeholders)
2525

26-
1. Put the **DeluxeTags jar** file you downloaded in your **plugins** folder.
27-
2. Restart the server.
28-
3. Modify the **config.yml** and **messages.yml** files that were generated to fit your server's layout (Files path: `/plugins/DeluxeTags/`).
29-
4. Enable **PAPI Chat** option in `config.yml` file\
26+
1. Stop the server.
27+
2. Put the **DeluxeTags jar** file you downloaded in your **plugins** folder.
28+
3. Start the server.
29+
4. Modify the **config.yml** and **messages.yml** files that were generated to fit your server's layout (Files path: `/plugins/DeluxeTags/`).
30+
5. Enable **PAPI Chat** option in `config.yml` file\
3031
`papi_chat: true`
31-
5. Add the placeholders you want to your chat format. **DeluxeTags placeholders** can be found [here](placeholders.md).
32-
6. Restart the server.
33-
7. Give tag permissions to your players `deluxetags.tag.<identifier>`.
34-
8. Select your tag from `/tags` and enjoy!!
32+
6. Add the placeholders you want to your chat format. **DeluxeTags placeholders** can be found [here](placeholders.md).
33+
7. Restart the server.
34+
8. Give tag permissions to your players `deluxetags.tag.<identifier>`.
35+
9. Select your tag from `/tags` and enjoy!!
3536

3637
### Almost any other chat (including EssentialsX Chat)
3738

38-
1. Put **DeluxeTags jar** file you downloaded in your **plugins** folder.
39-
2. Restart the server.
40-
3. Modify the **config.yml** and **messages.yml** files that were generated to fit your server's layout (Files path: `/plugins/DeluxeTags/`).
41-
4. Disable **papi\_chat** option in `config.yml` file.\
39+
1. Stop the server.
40+
2. Put **DeluxeTags jar** file you downloaded in your **plugins** folder.
41+
3. Start the server.
42+
4. Modify the **config.yml** and **messages.yml** files that were generated to fit your server's layout (Files path: `/plugins/DeluxeTags/`).
43+
5. Disable **papi\_chat** option in `config.yml` file.\
4244
`papi_chat: false`
43-
5. Disable **Format Chat** option in `config.yml` file.\
45+
6. Disable **Format Chat** option in `config.yml` file.\
4446
`format_chat:`\
4547
&#x20; `enabled: false`
46-
6. Add the placeholders you want to your chat format. **DeluxeTags placeholders** can be found [here](placeholders.md).\
47-
**Note:** You'll have to use `{}` for the placeholders instead of `%%`.
48-
7. Restart the server.
49-
8. Give tag permissions to your players `deluxetags.tag.<identifier>`.
50-
9. Select your tag from `/tags` and enjoy!!
48+
7. Add the placeholders you want to your chat format. **DeluxeTags placeholders** can be found [here](placeholders.md).\
49+
**Note:** You'll have to use `{}` for the placeholders instead of `%%`.\
50+
**Example:** `{deluxetags_tag}`.
51+
8. Restart the server.
52+
9. Give tag permissions to your players `deluxetags.tag.<identifier>`.
53+
10. Select your tag from `/tags` and enjoy!!
54+
55+
{% hint style="danger" %}
56+
For older versions of DeluxeTags (1.8.1 and older) you need to edit your DeluxeTags config.yml to replace all `%placeholders%` to `{placeholders}`.\
57+
**Example:** %deluxetags\_tag% to {deluxetags\_tag}
58+
{% endhint %}
5159

5260
### DeluxeTags's own chat formatter
5361

clips-plugins/ezrankspro/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The most customizable /rankup plugin
44

55
# EzRanksPro
66

7-
![](<../../.gitbook/assets/Title (5).png>)
7+
![](<../../.gitbook/assets/title (5).png>)
88

99
## Description
1010

funnycubes-plugins/cowpunch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: Make Cows Fly Away
44

55
# CowPunch
66

7-
![](<../../.gitbook/assets/Title (1).png>)
7+
![](<../../.gitbook/assets/title (3).png>)
88

99
Ever have that urge to punch a cow, but everytime you do its just so unsatisfying? Well I've got the plugin for you, this plugin allows cows to float up in into the sky after being punched by a player... and then come crashing down to the ground ultimately coming their end.

funnycubes-plugins/fireworkchests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Launch fireworks from any block
44

55
# Firework Chests
66

7-
![](<../../.gitbook/assets/Title (2).png>)
7+
![](<../../.gitbook/assets/title (1).png>)
88

99
This is a fun little plugin that allows fireworks to come shooting out of any configured block clicked by a player. It also includes a configurable cooldown per block to stop pesky spammers.
1010

funnycubes-plugins/fishslapper/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Slap your players sky high!
44

55
# Fish Slapper
66

7-
![](../../.gitbook/assets/Logo.png)
7+
![](<../../.gitbook/assets/logo (1).png>)
88

99
FishSlapper allows any player with the correct permission to use raw fish as an tool to slap people around the server in a chaotic fashion. It's quite a simple concept, those with the permission allowing them have the permission to slap can slap anyone with the permission that allows them to be slapped. Once contact has been made between the fish and the player they are then sent flying away! (Pufferfish will allow for maximum slapping)
1010

funnycubes-plugins/rawmsg/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Send Raw Messages to a player or the server with PlaceholderApi Sup
44

55
# RawMsg
66

7-
![](../../.gitbook/assets/Title.png)
7+
![](<../../.gitbook/assets/title (4).png>)
88

99
Just a simple plugin to send a raw message (No Prefix) from in game or console with [PlaceholderApi ](https://www.spigotmc.org/resources/placeholderapi.6245/)placeholders to either a single player or broadcast it to the whole server.
1010

funnycubes-plugins/spit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Let your players spit like Llamas
44

55
# Spit
66

7-
![](<../../.gitbook/assets/Title (3).png>)
7+
![](../../.gitbook/assets/title.png)
88

99
Let your players spit like Llamas using the /spit command, this will fire spit from the player in the direction they are looking in.
1010

funnycubes-plugins/tempmotd/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Set a timed temporary message all from one command!
44

55
# Temp MOTD
66

7-
![](<../../.gitbook/assets/Title (4).png>)
7+
![](<../../.gitbook/assets/title (2).png>)
88

99
Set a timed message to show up in your server list MOTD, broadcast events in your message, Thank voters in your message, Congratulate rankups in your message and much more.
1010

@@ -14,8 +14,8 @@ Using [ChatReaction ](https://www.spigotmc.org/resources/chatreaction.3748/)you
1414

1515
![](https://proxy.spigotmc.org/76308b3a829165fa400c0c1fea4f6382683ae229?url=http%3A%2F%2Fi.imgur.com%2FZ30HwMu.png)
1616

17-
****\
18-
****Using [EzRanksPro ](https://www.spigotmc.org/resources/ezrankspro.10731/)on a rankup you can run the TempMotd command in the console and show off who ranked up and what they ranked up to!
17+
\
18+
Using [EzRanksPro ](https://www.spigotmc.org/resources/ezrankspro.10731/)on a rankup you can run the TempMotd command in the console and show off who ranked up and what they ranked up to!
1919

2020
![](https://proxy.spigotmc.org/0c02641d9fc2923d0ca28fd029f725d114ca8356?url=http%3A%2F%2Fi.imgur.com%2FAHyG4M8.png)
2121

glares-plugins/guilds-w.i.p-migration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: RPG, GUIs, Land Claims, Arenas, Guild Wars, MySQL and more!
44

55
# Guilds \[W.I.P Migration]
66

7-
![](../../.gitbook/assets/assets\_-Ljvb1saMgD8bceF8vll\_-Ljvj\_MQe-jg2Tyif8gr\_-LjvjcZTHyzHl1ezC3tD\_logo.png)
7+
![](../../.gitbook/assets/assets\_-ljvb1samgd8bcef8vll\_-ljvj\_mqe-jg2tyif8gr\_-ljvjczthyzhl1ezc3td\_logo.png)
88

99
## Description
1010

glares-plugins/voteparty/placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: VoteParty's placeholders
55
# Placeholders
66

77
**VoteParty** provides [**PlaceholderAPI**](https://placeholderapi.com) placeholders that you can utilize inside any plugin that supports [**PlaceholderAPI**](https://placeholderapi.com).\
8-
You can also use any [**PlaceholderAPI**](https://placeholderapi.com) **** placeholder inside of **VoteParty**. ([PlaceholderAPI placeholders list](https://helpch.at/placeholders))\
8+
You can also use any [**PlaceholderAPI**](https://placeholderapi.com) placeholder inside of **VoteParty**. ([PlaceholderAPI placeholders list](https://helpch.at/placeholders))\
99
\
1010
To utilize with plugins such as FeatherBoard, change the below placeholders from %% to {placeholderapi\_\<placeholder>}.\
1111
\

helpchat-plugins/chatchat/commands.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,33 @@ description: List of all commands and the required permission that ChatChat has.
1818
| :---------------------------: | :----------------------------: | :-----------------------------: | :--------------------------------------------------------------------: |
1919
| /whisper \<player> \<message> | /tell, /w, /msg, /message, /pm | chatchat.pm | Send a private message to another user. |
2020
| /reply \<message> | /r | chatchat.pm | Send a reply to the last user that you messaged or sent you a message. |
21-
| /togglemsg | /toggledms,/togglepms | chatchat.pm.toggle | Toggle your private messages on and off. |
21+
| /togglemsg | /toggledms, /togglepms | chatchat.pm.toggle | Toggle your private messages on and off. |
2222
| /ignore \<player> | - | chatchat.ignore | Ignore a user. |
2323
| /socialspy \[on/off] | /sspy, /pmspy, /spy | chatchat.socialspy | Turn your own social spy on or off. |
2424
| /togglemention personal | /toggleping personal | chatchat.mention.personal.block | Toggle if you receive personal mentions or not. |
2525
| /togglemention channel | /toggleping channel | chatchat.mention.channel.block | Toggle if you receive channel mentions or not. |
2626

2727
## Channel Commands
2828

29-
In ChatChat, each channel can have open commands. Those commands can be set when creating the channels in `plugins/ChatChat/channels.yml` under the toggle-command option. Those commands are registered on every server restart.
29+
In ChatChat, each channel can have its own commands. Those commands can be set when creating the channels in `plugins/ChatChat/channels.yml` under the toggle-command option.
30+
31+
{% hint style="danger" %}
32+
To make sure channel commands are properly registered, restart the server after any modifications to them.
33+
{% endhint %}
3034

3135
## Command Overriding
3236

33-
If by any chance there are other plugins taking over a command that you want ChatChat to use, or the other way around you can select which one is going to be used in the `commands.yml` bukkit file.
37+
If by any chance there are other plugins taking over a command that you want ChatChat to use, or vice versa, you can select which one is going to be used in the `commands.yml` bukkit file.
3438

3539
**Example:**\
3640
\
37-
Let's say you have a plugin that takes over the /msg command and you want ChatChat to take over. You open the `commands.yml` file and add the following code under `aliases:.`
41+
Let's say you have a plugin that takes over the /msg command and you want ChatChat to take over. You open the `commands.yml` file and add the following under the `aliases:` option:
3842

3943
```yaml
4044
msg:
4145
- chatchat:msg $1-
4246
```
4347
44-
After adding it don't forget to restart the server.
48+
{% hint style="danger" %}
49+
Restart the server after modifying the `commands.yml` file to make sure all changes are properly applied!
50+
{% endhint %}

piggys-barn/java/gradle/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ To install gradle on windows, you'll want to download the gradle binary, from th
3838

3939
In file explorer, right click `This PC`, and select `Properties`.
4040

41-
![](../../../.gitbook/assets/properties.PNG)
41+
![](../../../.gitbook/assets/properties.png)
4242

4343
A window will open, showing a brief overview of your computer's specifications. We're interested in the button on the left though, that says `Advanced system settings`. Click it.
4444

45-
![](../../../.gitbook/assets/setings.PNG)
45+
![](../../../.gitbook/assets/setings.png)
4646

4747
Another window will then open up, called `System Properties`. Ensure you're in the `Advanced` tab, and then click `Environment Variables...` in the bottom right corner.
4848

49-
![](../../../.gitbook/assets/vars.PNG)
49+
![](../../../.gitbook/assets/vars.png)
5050

5151
In the new window, under `System variables`, locate `Path`, and double click on it. Then, on the right side, click `New`, and write the path to your gradle installation, appending `\bin` onto the end.
5252

53-
![](../../../.gitbook/assets/path.PNG)
53+
![](../../../.gitbook/assets/path.png)
5454

5555
Now, traverse through all the windows you've opened, making sure to apply all changes you've made. In order, that's buttons: `OK` -> `OK` -> `OK`.&#x20;
5656

piggys-barn/java/how-to-run-your-minecraft-server-s-in-intellij.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ This will download the latest 1.15.2 build of Paper, and populate the eula.txt.
2020

2121
Time to actually tell IntelliJ how to run the server. In the top right corner of IntelliJ, there's be a highlighted button, called `ADD CONFIGURATION`, usually at least. If you've used Gradle on the project, any tasks you've ran will also appear there. That's irrelevant though, the point is there's a button there, and you need to click it. Upon doing so, either a window will open up, or a dropdown.
2222

23-
![](../../.gitbook/assets/configuration.PNG)
23+
![](../../.gitbook/assets/configuration.png)
2424

2525
{% hint style="info" %}
2626
If you get the dropdown instead, simply click the `Edit Configurations...` button at the top.
2727
{% endhint %}
2828

2929
Click the blue + in the top left corner of the popup, and select `JAR Application` from the dropdown.
3030

31-
![](../../.gitbook/assets/selection.PNG)
31+
![](../../.gitbook/assets/selection.png)
3232

3333
Then proceed with filling out the following fields of the configuration: `Path to JAR:`, and `Working directory:` with their corresponding values. That is, path to jar, being the path of your server jar, and working directory, being the path of the directory your server jar is contained in (will be `server` if you followed this guide exactly). Here's mine:
3434

35-
![](../../.gitbook/assets/filled.PNG)
35+
![](../../.gitbook/assets/filled.png)
3636

3737
{% hint style="info" %}
3838
* If using spigot itself (not a fork), you may also want to add `-DIReallyKnowWhatIAmDoingISwear` to the `VM options`. This will prevent the update checker from running, and potentially hindering your productivity as you have to wait 30 seconds for the server to start.

0 commit comments

Comments
 (0)