-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclient.yml
84 lines (81 loc) · 2.66 KB
/
client.yml
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
# _ _ _
# | | /\ (_) | |
# | | __ _ __ _ / \ ___ ___ _ ___| |_
# | | / _` |/ _` | / /\ \ / __/ __| / __| __|
# | |___| (_| | (_| |/ ____ \\__ \__ \ \__ \ |_
# |______\__,_|\__, /_/ \_\___/___/_|___/\__|
# __/ |
# |___/ By Stefatorus
#
# This is the default configuration. I suggest using it as it is.
# If you need help configuring it, please add me on discord.
# DISCORD: Stefatorus#9382
#
# The Client-Side tweaks offer a nice way to improve your player's experience.
# It offers ways to hide some laggy features in minecraft and thus simplify the game
# for the players, while the server still works as normally.
#
# NOTE: THE CLIENT-SIDE TWEAKS SHOULD WORK ON 1.8-1.13.1, BUT SOME FUTURE VERSIONS
# MAY NOT WORK OUT OF THE BOX. PLEASE CONTACT ME TO UPDATE THIS SYSTEM IF
# ANY PROBLEM ARISES.
settings:
# The client-side tweaks are currently experimental. They have been tested decently,
# but not against a large range of systems and minecraft versions. Please take care.
enabled: false
# Set the command that players will use to open the client-side optimizer.
command: "optimize"
# Set the permission required for players to be able to use the client optimizer.
permission: "lagassist.clientoptimize"
# The GUI name for the client-side optimizer.
gui-name: "&0&lPerformance Settings"
# The prefix of client-side optimizer messages.
prefix: "&c&lOptimize &e» &f"
# The default cliet-side tweaks that will be enabled
defaults:
tnt: true
sand: true
particles: false
pistons: false
language:
tnt:
name: "&cTNT Optimization"
lore:
- "&f"
- "&fHides TNT entities to greatly reduce lag when"
- "&fthere's a lot of TNT exploding at the same time"
- "&f"
sand:
name: "&eFalling Block Optimization"
lore:
- "&f"
- "&fHides sand entities to improve performance"
- "&fwhen there is a lot of sand falling around."
- "&f"
particle:
name: "&dParticle Optimization"
lore:
- "&f"
- "&fDisables server-side particles"
- "&fso the client doesn't have to render them."
- "&f"
piston:
name: "&8Piston Optimization"
lore:
- "&f"
- "&fDisables Piston Animations"
- "&fin order to optimize piston extensions."
- "&f"
toggleon:
name: "&aEnable this"
lore:
- "&f"
- "&fClick Here to enable this feature."
- "&f"
toggleoff:
name: "&cDisable this"
lore:
- "&f"
- "&fClick Here to disable this feature."
- "&f"
# This allows the system to update the config if the plugin is updated.
version: 4