Skip to content

Commit

Permalink
Trying to commit as my self
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Dec 5, 2014
1 parent 520231d commit c79c8a5
Show file tree
Hide file tree
Showing 8 changed files with 1,907 additions and 1,907 deletions.
1,346 changes: 673 additions & 673 deletions LICENSE.txt

Large diffs are not rendered by default.

2,010 changes: 1,005 additions & 1,005 deletions src/main/java/us/talabrek/ultimateskyblock/SkyBlockMenu.java

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions src/main/resources/island.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
general:
#level[integer] - the level of the island from blocks.
level: 0
#bonusLevels[integer] - levels added from challenges or other sources
bonusLevels: 0
#warpLocationX/Y/Z[integer] - the location of the island's warp point
warpLocationX: 0
warpLocationY: 0
warpLocationZ: 0
#warpActive[boolean] - if true, other players can warp to the location defined by warpLocation
warpActive: false
#biome[string] - DO NOT CHANGE. The current biome of the island set by the plugin.
biome: OCEAN
#locked[boolean] - DO NOT CHANGE. If true, the island is currently locked. Set by the plugin.
locked: false
party:
#leader[string] - the group leader's name.
leader: 'none'
#maxSize[integer] - the maximum number of players allowed in the group (including the leader)
maxSize: 4
#maxSize[integer] - the maximum number of players allowed in the group (including the leader)
currentSize: 1
#useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale (custom scales can be defined in the section below)
members: []
banned:
list: []
log:
logPos: 2
1: '§d[skyblock] The island has been created.'
2: ''
3: ''
4: ''
5: ''
6: ''
7: ''
8: ''
9: ''
general:
#level[integer] - the level of the island from blocks.
level: 0
#bonusLevels[integer] - levels added from challenges or other sources
bonusLevels: 0
#warpLocationX/Y/Z[integer] - the location of the island's warp point
warpLocationX: 0
warpLocationY: 0
warpLocationZ: 0
#warpActive[boolean] - if true, other players can warp to the location defined by warpLocation
warpActive: false
#biome[string] - DO NOT CHANGE. The current biome of the island set by the plugin.
biome: OCEAN
#locked[boolean] - DO NOT CHANGE. If true, the island is currently locked. Set by the plugin.
locked: false
party:
#leader[string] - the group leader's name.
leader: 'none'
#maxSize[integer] - the maximum number of players allowed in the group (including the leader)
maxSize: 4
#maxSize[integer] - the maximum number of players allowed in the group (including the leader)
currentSize: 1
#useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale (custom scales can be defined in the section below)
members: []
banned:
list: []
log:
logPos: 2
1: '§d[skyblock] The island has been created.'
2: ''
3: ''
4: ''
5: ''
6: ''
7: ''
8: ''
9: ''
10: ''
282 changes: 141 additions & 141 deletions src/main/resources/levelConfig.yml
Original file line number Diff line number Diff line change
@@ -1,142 +1,142 @@
general:
#pointsPerLevel - number of points needed to advance 1 island level.
pointsPerLevel: 1000
#default - the default value for blocks not listed in blockValues here.
default: 10
#useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale (custom scales can be defined in the section below)
#If useDiminishingReturns is false, the blocks listed in the dimishingReturns section will still be affected.
useDiminishingReturns: false
#defaultScale - the default value to use for diminishing returns. This is the number of blocks before DR starts to lower value.
defaultScale: 10000
#blockValues [ID: VALUE] - the blocks listed below will have custom values instead of the default.
blockValues:
02: 20
03: 20
07: 0
08: 0
09: 0
10: 0
11: 0
12: 20
13: 20
14: 500
15: 200
16: 200
18: 0
20: 50
21: 300
22: 500
24: 20
25: 20
26: 1000
27: 20
28: 20
29: 60
30: 20
33: 40
34: 0
35: 50
36: 0
41: 1500
42: 300
43: 20
45: 50
46: 80
47: 50
48: 30
49: 200
51: 0
55: 0
56: 400
57: 5000
59: 0
60: 40
63: 0
65: 0
68: 0
70: 0
72: 0
79: 50
80: 50
81: 0
82: 50
83: 0
84: 50
90: 0
91: 20
92: 50
98: 20
99: 100
100: 100
101: 20
102: 20
103: 0
104: 0
105: 0
106: 10
108: 30
109: 20
110: 20
112: 20
114: 20
116: 150
122: 5000
123: 20
124: 20
127: 0
128: 20
129: 200
130: 2000
133: 1000
138: 2000
144: 1000
145: 150
152: 150
153: 50
155: 100
156: 100
157: 20
159: 50
171: 20
172: 20
#blockLimits - blocks listed here will stop adding to island levels after the given number of blocks.
blockLimits:
04: 10000
87: 10000
88: 10000
121: 10000
106: 100
130: 3
138: 10
#diminishingReturns [ID: SCALE] - The listed blocks will add more to island level before SCALE number of blocks are counted towards the island level, and less to island level after SCALE.
diminishingReturns:
1: 10000
2: 10000
3: 10000
5: 10000
12: 10000
17: 100
26: 1
31: 100
37: 100
38: 100
39: 100
40: 100
43: 20000
44: 10000
49: 50
67: 5000
85: 5000
98: 20000
99: 30
100: 30
107: 100
108: 5000
109: 5000
110: 10000
112: 20000
113: 5000
114: 5000
128: 5000
139: 5000
general:
#pointsPerLevel - number of points needed to advance 1 island level.
pointsPerLevel: 1000
#default - the default value for blocks not listed in blockValues here.
default: 10
#useDiminishingReturns - If true, diminishing returns will be used for all blocks using the default scale (custom scales can be defined in the section below)
#If useDiminishingReturns is false, the blocks listed in the dimishingReturns section will still be affected.
useDiminishingReturns: false
#defaultScale - the default value to use for diminishing returns. This is the number of blocks before DR starts to lower value.
defaultScale: 10000
#blockValues [ID: VALUE] - the blocks listed below will have custom values instead of the default.
blockValues:
02: 20
03: 20
07: 0
08: 0
09: 0
10: 0
11: 0
12: 20
13: 20
14: 500
15: 200
16: 200
18: 0
20: 50
21: 300
22: 500
24: 20
25: 20
26: 1000
27: 20
28: 20
29: 60
30: 20
33: 40
34: 0
35: 50
36: 0
41: 1500
42: 300
43: 20
45: 50
46: 80
47: 50
48: 30
49: 200
51: 0
55: 0
56: 400
57: 5000
59: 0
60: 40
63: 0
65: 0
68: 0
70: 0
72: 0
79: 50
80: 50
81: 0
82: 50
83: 0
84: 50
90: 0
91: 20
92: 50
98: 20
99: 100
100: 100
101: 20
102: 20
103: 0
104: 0
105: 0
106: 10
108: 30
109: 20
110: 20
112: 20
114: 20
116: 150
122: 5000
123: 20
124: 20
127: 0
128: 20
129: 200
130: 2000
133: 1000
138: 2000
144: 1000
145: 150
152: 150
153: 50
155: 100
156: 100
157: 20
159: 50
171: 20
172: 20
#blockLimits - blocks listed here will stop adding to island levels after the given number of blocks.
blockLimits:
04: 10000
87: 10000
88: 10000
121: 10000
106: 100
130: 3
138: 10
#diminishingReturns [ID: SCALE] - The listed blocks will add more to island level before SCALE number of blocks are counted towards the island level, and less to island level after SCALE.
diminishingReturns:
1: 10000
2: 10000
3: 10000
5: 10000
12: 10000
17: 100
26: 1
31: 100
37: 100
38: 100
39: 100
40: 100
43: 20000
44: 10000
49: 50
67: 5000
85: 5000
98: 20000
99: 30
100: 30
107: 100
108: 5000
109: 5000
110: 10000
112: 20000
113: 5000
114: 5000
128: 5000
139: 5000
156: 10000
2 changes: 1 addition & 1 deletion src/main/resources/orphans.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
orphans:
orphans:
list: ""
Loading

0 comments on commit c79c8a5

Please sign in to comment.