forked from EternalCodeTeam/EternalCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathraw_features_docs.json
More file actions
177 lines (177 loc) · 4.45 KB
/
raw_features_docs.json
File metadata and controls
177 lines (177 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
[
{
"name": "Afk",
"permissions": [
"eternalcore.afk",
"eternalcore.afk.bypass"
],
"descriptions": [
"It allows you to mark yourself as AFK, or if you are AFK, eternalcore will mark you as AFK after some time"
]
},
{
"name": "AutoMessage",
"permissions": [],
"descriptions": [
"Automatically sends messages to players at a given time interval."
]
},
{
"name": "Bypass Full Server",
"permissions": [
"eternalcore.slot.bypass"
],
"descriptions": [
"This feature allows you to bypass the full server, example for vip rank."
]
},
{
"name": "ChatManager",
"permissions": [
"eternalcore.chat.noslowmode",
"eternalcore.chat.bypass"
],
"descriptions": [
"It allows you to manage chat, with slowmode, chat clear, chat on/off etc."
]
},
{
"name": "Colored sign",
"permissions": [
"eternalcore.sign"
],
"descriptions": [
"Allows you to use color codes in signs"
]
},
{
"name": "CommandConfigurator",
"permissions": [],
"descriptions": [
"Adds support for command configuration, which allows you to change the name, aliases, permissions and disable the command"
]
},
{
"name": "CommandConfigurator",
"permissions": [],
"descriptions": [
"Adds support for command configuration, which allows you to change the name, aliases, permissions and disable the command"
]
},
{
"name": "Configuration Backup",
"permissions": [],
"descriptions": [
"Backs up the full configuration to prevent config destruction, backup is only 3 days back"
]
},
{
"name": "Database",
"permissions": [],
"descriptions": [
"Adds support for MySQL, MariaDB, PostgreSQL, SQLite and H2 databases"
]
},
{
"name": "Home",
"permissions": [],
"descriptions": [
"This feature allows players to set homes and teleport to them. Additionally, eternalcore allows to set limits for the amount of homes with permission"
]
},
{
"name": "Language Inventory",
"permissions": [],
"descriptions": [
"This feature allows you to create a language selector inventory"
]
},
{
"name": "PlaceholderAPI",
"permissions": [],
"descriptions": [
"Adds support for PlaceholderAPI"
]
},
{
"name": "Player Death Message",
"permissions": [],
"descriptions": [
"Send a message to all players when a player dies, you can configure the messages based on damage cause in configuration, see: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html for all damage causes"
]
},
{
"name": "Player First Join",
"permissions": [],
"descriptions": [
"Teleport to spawn on first join"
]
},
{
"name": "Player Join Message",
"permissions": [],
"descriptions": [
"Send a random welcome message from config to a player when they join the server"
]
},
{
"name": "Player Join Sound",
"permissions": [],
"descriptions": [
"Play a sound after a player joins the server"
]
},
{
"name": "Player Quit Message",
"permissions": [],
"descriptions": [
"Send a random goodbye message from config to a player when they quit the server"
]
},
{
"name": "Player Quit Sound",
"permissions": [],
"descriptions": [
"Play a sound after a player quits the server"
]
},
{
"name": "Sound after message in chat",
"permissions": [],
"descriptions": [
"It allows you to play sound after message in chat"
]
},
{
"name": "Standard help message",
"permissions": [
"eternalcore.commandblocker.bypass"
],
"descriptions": [
"It allows you to replace the standard help message"
]
},
{
"name": "Translations",
"permissions": [],
"descriptions": [
"EternalCore can use multiple languages at once, the player can determine which EternalCore language I want to use, or you can determine from above what language all players want to use"
]
},
{
"name": "Updater",
"permissions": [
"eternalcore.receiveupdates"
],
"descriptions": [
"Sends a message to the player when a new plugin update is available after joining the server."
]
},
{
"name": "Warp System",
"permissions": [],
"descriptions": [
"Allows you to create warps, optionally you can enable warp inventory"
]
}
]