Skip to content

Commit 8cde148

Browse files
committed
Added repo for Spigot
1 parent fb5353d commit 8cde148

16 files changed

Lines changed: 880 additions & 10 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: java
22
jdk:
33
- oraclejdk8
4+

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
allprojects { apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'idea' group = 'be.isach' version = '2.5.0-RELEASE' compileJava.options.encoding = 'UTF-8' sourceCompatibility = 1.8 targetCompatibility = 1.8 configurations { shaded compile.extendsFrom shaded } afterEvaluate { jar { dependsOn configurations.shaded from configurations.shaded.collect { it.isDirectory() ? it : zipTree(it) } } }}boolean local = falseif (local) libsDirName = '/Users/sacha/Documents/Development/Java/UC_1_11/testserver/plugins'dependencies { subprojects.each { p -> shaded(p) { transitive false } }}subprojects { repositories { mavenLocal() mavenCentral() // Vault maven { url 'http://nexus.hc.to/content/repositories/pub_releases' } // Lib's Disguises maven { url 'http://repo.md-5.net/content/groups/public/' } // Use BuildTools to download Spigot to your local maven repository. More information: https://www.spigotmc.org/wiki/buildtools/ // BungeeCord maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } }}
1+
allprojects { apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'idea' group = 'be.isach' version = '2.5.0-RELEASE' compileJava.options.encoding = 'UTF-8' sourceCompatibility = 1.8 targetCompatibility = 1.8 configurations { shaded compile.extendsFrom shaded } afterEvaluate { jar { dependsOn configurations.shaded from configurations.shaded.collect { it.isDirectory() ? it : zipTree(it) } } }}boolean local = falseif (local) libsDirName = '/Users/sacha/Documents/Development/Java/UC_1_11/testserver/plugins'dependencies { subprojects.each { p -> shaded(p) { transitive false } }}subprojects { repositories { mavenLocal() mavenCentral() // Vault maven { url 'http://nexus.hc.to/content/repositories/pub_releases' } // Lib's Disguises maven { url 'http://repo.md-5.net/content/groups/public/' } maven { url 'https://repo.isach.be' } // BungeeCord maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } }}

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compile 'org.spigotmc:spigot:1.12-R0.1-SNAPSHOT'
2+
compile 'org.spigotmc:spigot112:1.12'
33
compile('LibsDisguises:LibsDisguises:9.4.0') {
44
exclude group: 'org.spigotmc'
55
exclude group: 'com.comphenix.protocol'
Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
# If set to true, will check for updates
2+
Check-For-Updates: true
3+
4+
# List of the enabled categories.
5+
Categories-Enabled:
6+
Gadgets: true
7+
Particle-Effects: true
8+
Mounts: true
9+
Pets: true
10+
Morphs: true
11+
Hats: true
12+
Suits: true
13+
Emotes: true
14+
15+
# Other settings for categories:
16+
# - The Item in Main Menu.
17+
# - Do you want a BackToMainMenu Arrow in it?
18+
Categories:
19+
Gadgets:
20+
Main-Menu-Item: '409:0'
21+
Go-Back-Arrow: true
22+
# You wanna show the cooldown of current gadget in actionbar?
23+
Cooldown-In-ActionBar: true
24+
Particle-Effects:
25+
Main-Menu-Item: '399:0'
26+
Go-Back-Arrow: true
27+
Mounts:
28+
Main-Menu-Item: '329:0'
29+
Go-Back-Arrow: true
30+
Pets:
31+
Main-Menu-Item: '352:0'
32+
Go-Back-Arrow: true
33+
Morphs:
34+
Main-Menu-Item: '334:0'
35+
Go-Back-Arrow: true
36+
Hats:
37+
Main-Menu-Item: '314:0'
38+
Go-Back-Arrow: true
39+
Suits:
40+
Main-Menu-Item: '299:0'
41+
Go-Back-Arrow: true
42+
Emotes:
43+
Go-Back-Arrow: true
44+
Clear-Cosmetic-Item: '152:0'
45+
# Treasure Chests Settings.
46+
# /uc reload will not be enough to toggle them!
47+
#
48+
# NOTE: Money will be given
49+
# to player even if disabled in case
50+
# there is nothing to give!
51+
#
52+
#
53+
# About Treasure Chests designs:
54+
# For a list of effect: http://pastebin.com/CVKkufck
55+
# For the chest-types: NORMAL or ENDER
56+
# Material syntax: 'id:data'
57+
# You CAN make more designs just copy one, paste it and modify.
58+
# Not twice same name!
59+
#
60+
# Some infos:
61+
# center-block: The block on the center.
62+
# around-center: Blocks around the center
63+
# third-BLOCKS: BLOCKS "around around" the center.
64+
# below-chests: Block below the chests.
65+
# barriers: the barrier.
66+
# chest-type: The chest type (NORMAL or ENDER)
67+
# effect: The effect (complete list: http://pastebin.com/CVKkufck)
68+
#
69+
# For permission command:
70+
# Change it to correspond to your Permissions plugin!
71+
# Default one is Pex's.
72+
#
73+
TreasureChests:
74+
Enabled: false
75+
Key-Price: 1000
76+
Loots:
77+
Money:
78+
Enabled: true
79+
Max: 100
80+
Chance: 10
81+
Message:
82+
enabled: false
83+
message: '%prefix% &6&l%name% found %money%$'
84+
Gadgets-Ammo:
85+
Enabled: true
86+
Min: 20
87+
Max: 100
88+
Chance: 60
89+
Message:
90+
enabled: false
91+
message: '%prefix% &6&l%name% found %ammo% %gadget% ammo'
92+
Gadgets:
93+
Enabled: true
94+
Chance: 20
95+
Message:
96+
enabled: false
97+
message: '%prefix% &6&l%name% found gadget %gadget%'
98+
Mounts:
99+
Enabled: true
100+
Chance: 10
101+
Message:
102+
enabled: false
103+
message: '%prefix% &6&l%name% found rare %mount%'
104+
Pets:
105+
Enabled: true
106+
Chance: 10
107+
Message:
108+
enabled: false
109+
message: '%prefix% &6&l%name% found rare %pet%'
110+
Morphs:
111+
Enabled: true
112+
Chance: 4
113+
Message:
114+
enabled: true
115+
message: '%prefix% &6&l%name% found legendary %morph%'
116+
Effects:
117+
Enabled: true
118+
Chance: 4
119+
Message:
120+
enabled: true
121+
message: '%prefix% &6&l%name% found legendary %effect%'
122+
Hats:
123+
Enabled: true
124+
Chance: 10
125+
Message:
126+
enabled: false
127+
message: '%prefix% &6&l%name% found rare %hat%'
128+
Suits:
129+
Enabled: true
130+
Chance: 5
131+
Message:
132+
enabled: false
133+
message: '%prefix% &6&l%name% found rare %suit%'
134+
Emotes:
135+
Enabled: true
136+
Chance: 5
137+
Message:
138+
enabled: false
139+
message: '%prefix% &6&l%name% found rare %emote%'
140+
Commands:
141+
shoutout:
142+
Name: '&d&lShoutout'
143+
Material: 'NETHER_STAR'
144+
Enabled: false
145+
Chance: 100
146+
Message:
147+
enabled: false
148+
message: '%prefix% &6&l%name% found a rare shoutout!'
149+
Cancel-If-Permission: 'no'
150+
Commands:
151+
- 'say %name% is awesome!'
152+
flower:
153+
Name: '&e&lFlower'
154+
Material: 'YELLOW_FLOWER'
155+
Enabled: false
156+
Chance: 100
157+
Message:
158+
enabled: true
159+
message: '%prefix% &6&l%name% found a flower!'
160+
Cancel-If-Permission: 'example.yellowflower'
161+
Commands:
162+
- 'give %name% yellow_flower 1'
163+
- 'pex user %name% add example.yellowflower'
164+
Designs:
165+
Classic:
166+
center-block: '169:0'
167+
around-center: '5:0'
168+
third-blocks: '5:1'
169+
below-chests: '17:0'
170+
barriers: '85:0'
171+
chest-type: NORMAL
172+
effect: FLAME
173+
Modern:
174+
center-block: '169:0'
175+
around-center: '159:11'
176+
third-blocks: '155:0'
177+
below-chests: '159:11'
178+
barriers: '160:3'
179+
chest-type: ENDER
180+
effect: REDSTONE
181+
Nether:
182+
center-block: '89:0'
183+
around-center: '88:0'
184+
third-blocks: '87:0'
185+
below-chests: '112:0'
186+
barriers: '113:0'
187+
chest-type: NORMAL
188+
effect: SMOKE_NORMAL
189+
Permission-Add-Command: pex user %name% add %permission%
190+
191+
# This option will fill the blank slots of inventories
192+
# with a custom item!
193+
Fill-Blank-Slots-With-Item:
194+
Enabled: false
195+
Item: '160:15'
196+
197+
# Toggle this to allow players to rename pets.
198+
#
199+
# Permission-Required:
200+
# If true, the permission:
201+
# ultracosmetics.pets.rename
202+
# will be required to rename a pet.
203+
#
204+
# Requires Money:
205+
# If true, money will be required
206+
# to rename a pet.
207+
Pets-Rename:
208+
Enabled: false
209+
Permission-Required: false
210+
Requires-Money:
211+
Enabled: true
212+
Price: 100
213+
214+
# Do pets drop items? (not pickable up by players)
215+
Pets-Drop-Items: true
216+
217+
# Are pets babies?
218+
Pets-Are-Babies: true
219+
220+
# Do you want the mounts
221+
# that normally make block trails
222+
# to do so?
223+
Mounts-Block-Trails: true
224+
225+
# This option allows to use ammo
226+
# for gadgets, for limited uses.
227+
# Ammo can be given with /uc give ammo
228+
# or bought from menu when activating gadget.
229+
#
230+
# For the system: 'file' or 'mysql'
231+
#
232+
# If you set mysql, please fill the MySQL infos.
233+
Ammo-System-For-Gadgets:
234+
Enabled: false
235+
System: file
236+
MySQL:
237+
hostname: localhost
238+
username: root
239+
password: password
240+
port: '3306'
241+
database: UltraCosmetics
242+
# The menu item settings.
243+
#
244+
# List for type: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
245+
Menu-Item:
246+
Give-On-Join: true
247+
Give-On-Respawn: true
248+
Slot: 3
249+
Type: ENDER_CHEST
250+
Data: 0
251+
Displayname: '&6&lCosmetics'
252+
253+
# Settings related to permissions.
254+
#
255+
# List for "Type" https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
256+
No-Permission:
257+
Show-In-Lore: true
258+
Lore-Message-Yes: '&o&7Permission: &a&lYes!'
259+
Lore-Message-No: '&o&7Permission: &4&lNo!'
260+
Dont-Show-Item: false
261+
Custom-Item:
262+
enabled: false
263+
Type: INK_SACK
264+
Data: 8
265+
Name: '&c&l{cosmetic-name}'
266+
Lore:
267+
- ''
268+
- '&c&lYou do not have permission for this!'
269+
- ''
270+
271+
# If set to true, in messages the cosmetics' names
272+
# won't be colored.
273+
# Example:
274+
# With true: &a&lYou activated &9&lPaintball Gun!
275+
# With false: &a&lYou activated Paintball Gun!
276+
Chat-Cosmetic-PlaceHolder-Color: true
277+
278+
# What is the slot for gadgets?
279+
Gadget-Slot: 4
280+
281+
# If toggled to true,
282+
# players will be able to remove
283+
# their current gadget by pressing
284+
# their drop key.
285+
Remove-Gadget-With-Drop: false

0 commit comments

Comments
 (0)