forked from iSach/UltraCosmetics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
119 lines (109 loc) · 2.6 KB
/
TODO.txt
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
######## ##### ######## #####
## ## ## ## ## ## ##
## ## ## ## ## ## ##
## ## ## ## ## ## ##
## ## ## ## ## ## ##
## ## ## ## ## ## ##
## ##### ######### #####
------------------ TODO ------------------
- Finish new menus
- New cosmetics
- API
- Something like http://prntscr.com/c3b2tw
- Disable collision between HumanEntity and Pets
- Fix Treasure Chests command "dupe"
- Remake entirely Treasure Chest system to be cleaner, more optimized.
- Possibility of custom rewards and placing chests like Mineplex.
- Gadget subclass for gadgets that need different things for right and left clicks and no longer a variable and shit.
--------------- SUGGESTIONS --------------
- Companions
- Banners
- Gestures
- Settings Tab
- Balloon
- Music
- Vehicles
- Skins (?)
- Pets:
- Iron Golem
- Snow Golem
- Slime
- Squid
- Villager
- Bat
- Horse
- Enderman
- Zombie Pigman
- Spider
- Blaze
- Cave Spider
- Creeper
- Ghast
- Magma Cube
- Silverfish
- Skeleton
- Spider Jockey
- Zombie
- Zombie Villager
- Wither Skeleton
- Witch
- Endermite
- Guardian
- Elder Guardian
- Killer Rabbit
- Pigman Jockey
-------- Treasure Chest Structure --------
Treasure Chest Structure:
chestpos.json (/yaml?)
designs.yml
config.yml
rewards.yml
-------------- chestpos.json -------------
{
"chests": [
{
"world": "hub",
"x": 12.3,
"y": 45.6,
"z": 78.9,
}
{
"world": "hub",
"x": 22.3,
"y": 45.6,
"z": 78.9,
}
{
"world": "hub",
"x": 32.3,
"y": 45.6,
"z": 78.9,
}
]
}
--------------- designs.yml --------------
Same as current design (?)
--------------- config.yml ---------------
enabled: true
allow-static-chests: false
allow-chests-anywhere-from-gui: true
allow-buy-key-from-gui: true
key-price: 1000
-------------- rewards.yml --------------
reward-name:
name: "..."
chance-rate: 30
disable-if-permission:
enabled: false
permission: ranks.legend
reward-commands:
- "pex user {player-uuid} set rank titan"
sound:
enabled: true
sound-effect: EXPLODE
chat-message:
enabled: true
sound-effect: "{player-name} found rare"
firework-effect:
enabled: true
color: BLUE