Resource Rusher (For 1.14.4)

Resource Rusher (For 1.14.4)

33 Downloads

RESOURCE RUSHER !

Gather the requested resources before the time runs out! The team with the most points wins the victory.

This plugin (tested for version 1.14.4 of Minecraft) is very customizable! Create your teams, your bases, your arena and define the resources to collect.

Sample configuration files, as well as it will be an html page indicating the function of the various parameters are available in the download package.

Video Tutorial (English):

Author of original plugin: Synthaxe

Commands: 

Default Commands

/rr {help} Print all available commands
/rr [message] Send a message to the players team

Arena Commands

/rr arena Teleport the player to his teams spawn point.
/rr arena setchest Permissions needed : Define the arenas chest location.

Safe Zone Creation Commands

(Each commands need a permission)

Command Description
/rr zone setpoint [1|2] Define a point to create a Zone
/rr zone create [zone name] {above} {bellow} Create a zone depending on the points set up. You can use the two other properties to add blocs above and under the selection
/rr zone remove [zone name] Remove a given zone
/rr zone list Print the liste of created zones
/rr zone save Save the created zones

Door Creation Commands

(Each commands need a permission)

Command Description
/rr door setpoint [1|2] Set a point to create a door
/rr door create [door name] Create a door depending on the given points
/rr door remove [door name] Remove the given doors
/rr door list Display all doors
/rr door save Save the created doors

Team Creation and Edition Commands

(Each commands need a permission)

Command Description
/rr team create [team name] [team material] [team color] Create a team
/rr team remove [team name] Remove the given team
/rr team list Display all teams
/rr team load Load the saved teams
/rr team save Save the created teams
/rr team setdoor [team name] [door name] Define a door for the given team
/rr team setzone [team name] [zone name] Define a safe zone for the given team
/rr team setspawn [team name] Define the spawn point of the given team depending on the players current position
/rr team setchest [team name] Define the chest of the given team by looking at it

CONFIG.YML

You will find here the main game settings. Here are their utilities.

Setting Name Description Values
door_open_distance Tells when a door should open for a player Number (ex: 3)
min_player Minimal Number of Player to start the game. A Number (ex: 10)
start_delay Time before the game Starts A Rumber (ex: 15)
game_length Length of the Game A Number of seconds (ex: 600 for 10 minutes)
game_difficulty Minecraft Game Difficulty during the game peaceful, easy, normal, or hard
respawn_delay The time in seconds the player has to wait before respawning A Number (ex: 5)
respawn_level Player level when he get respawned A Number (ex: 5)
give_iron_armor Do we give a iron armor when the player spawns ?
  • 0 : no
  • 1 : yes
drop_mode Which items get dropped when the player is killed.
  • 0 : drops nothing
  • 1 : drops only resources
  • 2 : drops every thing
show_death_message Says if the plugin print the death message
  • 0 : no
  • 1 : yes
not_resource_penalty If there is an item in the team's chest that is not a resource, we withdraw this amount from the score. A positive number
resource_chest_location Where is located the arena's chest ? A location : world,x,y,z,0,0
chest_spawn_time_min
chest_spawn_time_max
Two separate variables that allow us to have a random time for the chest spawn. A positive number for each variable. (ex: 5)
resource_chest_max_amount How many of each resource should the chest contains ? A positive number (ex: 5)
arena_command_lifetime How long is the command /arena available after a chest spawn ?
  • 0 : always active after one chest
  • > 0 : seconds before the command is inacessible
resource_chest_lifetime How many seconds before chest is getting reseted ?
  • 0 : never reset
  • > 0 : seconds before the reset
selection_range From how many blocks can we use the commands /rr XXXX setpoint [1|2] A positive number. (ex: 5)
invincible_in_safe_zone Is the player invincible when he gets in its Team Safe Zone ?
  • 0 : no
  • 1 : yes