Move build process to Maven
This commit is contained in:
0
target/classes/META-INF/MANIFEST.MF
Normal file
0
target/classes/META-INF/MANIFEST.MF
Normal file
40
target/classes/config.yml
Normal file
40
target/classes/config.yml
Normal file
@@ -0,0 +1,40 @@
|
||||
settings:
|
||||
uhcworlds: ['world', 'world_nether']
|
||||
lobbyworlds: ['flat']
|
||||
teams: 4
|
||||
friendly-fire: false
|
||||
border:
|
||||
center-x: 0
|
||||
center-z: 0
|
||||
size: 4000
|
||||
spawn:
|
||||
world: __UNSET__
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
yaw: 0.0
|
||||
pitch: 0.0
|
||||
firework-pos:
|
||||
1:
|
||||
world: __UNSET__
|
||||
x: 0.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
teams:
|
||||
- '§9Blue'
|
||||
- '§cRed'
|
||||
- '§aGreen'
|
||||
- '§eYellow'
|
||||
- '§5Purple'
|
||||
- '§6Orange'
|
||||
- '§8Black'
|
||||
- '§dPink'
|
||||
team-items:
|
||||
- 'BLUE_WOOL'
|
||||
- 'RED_WOOL'
|
||||
- 'LIME_WOOL'
|
||||
- 'YELLOW_WOOL'
|
||||
- 'PURPLE_WOOL'
|
||||
- 'ORANGE_WOOL'
|
||||
- 'BLACK_WOOL'
|
||||
- 'PINK_WOOL'
|
||||
5
target/classes/lang.yml
Normal file
5
target/classes/lang.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
error:
|
||||
console_access: '&eWarning! You are accessing the plugin command from console.'
|
||||
console_access_blocked: '&cSorry, but this command is not available via console.'
|
||||
info: '&bThis is a colored and localized message!'
|
||||
player_position: '&bYour position is: &e%pos%'
|
||||
BIN
target/classes/net/mindoverflow/network/uhccore/UhcCore.class
Normal file
BIN
target/classes/net/mindoverflow/network/uhccore/UhcCore.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9
target/classes/plugin.yml
Normal file
9
target/classes/plugin.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: UHC-Core
|
||||
version: 0.0.136
|
||||
author: mind_overflow
|
||||
api-version: '1.15'
|
||||
main: net.mindoverflow.network.uhccore.UhcCore
|
||||
commands:
|
||||
uhc:
|
||||
description: UHC-Core base command.
|
||||
usage: /uhc
|
||||
Reference in New Issue
Block a user