QuakeCraft is a minecraft plugin for a separate server. It is a simple and fun shooter with mechanics of armor, repairing health, ammunition and different types of weapons. The main difference of this plugin from the other ones is that it has more functionality than analogues.
After execution of command, blocks will appear below the user.
This block is used as a place for respawn after death.
/newspawnblock [name of block]
/newspawnblock testBlock1
This block is designed to throw the player in a defined direction and with a defined power.
/newjumpblock [type] [power] [name of block]
Type | Description |
---|---|
directed | The direction of the flight is determined by direction the player is looking at while using the command |
free | The direction of the flight is determined by direction the player is looking at while stepping on the block |
power - is the power of the player's throw.The range is from 1.1 to 5.
/newjumpblock directed 2.3 testBlock2
OR
/newjumpblock free 4.1 testBlock22
This block is assigned to spawn items such as armor, weapons, healing items and ammunition.
/newitemblock [item type] [item name or other] [extra options] [number of tick] [name of block]
Item type | Item name or other | Extra options |
---|---|---|
weapon | Blaster,Bazooka,ShoutGun,Excalibur | None |
health | huge,small,middle | None |
ammo | The name of the weapon from the first row | Number of ammo |
armor | Bashmachki,NaGrudinin,Nabaldazhnik,40griven | None |
Arguments of the second row for armor and weapons can be changed in the config.yml file.
/newitemblock weapon Blaster 30 testBlock3
OR
/newitemblock health huge 27 testBlock4
OR
/newitemblock armor Bashmachki 50 testBlock5
OR
/newitemblock ammo Blaster 10 47 testBlock5
List of created blocks.
/show [type] [page]
Type | Description |
---|---|
itemblocks | Show a list of item's blocks |
spawnblocks | Show a list of spawn's blocks |
jumpblocks | Show a list of jump's blocks |
page - number or just leave it blank. The argument determines which page to show.
/show itemblocks
OR
/show itemblocks 0
Delete a block of a particular type by name.
/remove [type] [name]
types - jumpblock, spawnblock, itemblock.
/remove jumpblock testBlock22