Dantiao Plugin
  • Content
  • 0 - Basic INFO
  • 1 - All commands
  • 2 - Arena(Basic Function)
  • 3 - Lobby
  • 4 - Fighting!
  • 5 - Dan
  • 6 - Ranking
  • 7 - PointShop
  • 8 - Energy
  • 9 - Arena(Senior Function)
  • 10 - Languages file
  • 11 - MySQL
  • 12 - PAPI
  • 13 - API
Powered by GitBook
On this page
  • Introduction
  • Set watching point
  • Start or End a game compulsively
  • Whitelist of the worlds which allow player to start a game
  • Timetable allow player to start a game
  • Item limit
  • Set the min times for broadcasting winning streak
  • Set the material of the ARENA CREATING TOOLS
  • Commands which can be executed when a game start

Was this helpful?

9 - Arena(Senior Function)

Advanced introduction of arena

Introduction

I will introduction more function regarding to arena to you

Set watching point

You can type /dt a sw <Arena editname> to set the watching point at you current location and enable the watching game function

Type /dt a rw <Arena editname> to disable it

After setting the point.Players can watch a game being held by /dt watch <Arena editname> .You can also view all the arena's real-time INFO by /dt ainfo

Start or End a game compulsively

Command

Action

/dt game <Arena Editname> <Player1> <Player2>

Start a game compulsively

/dt stop <Arena Editname>

End a game compulsively

Whitelist of the worlds which allow player to start a game

WorldLimit:
  Enable: true
  Worlds:
    - 'example_pvp_world1'
    - 'example_pvp_world2'

Timetable allow player to start a game

Timetable:
  Searching:
    - 8:30-9:30
    - 14:30-15:30
    - 20:00-21:00
  Invite:
    - 0:00-23:55

Item limit

If you don't want player have a game with some items.You can limit the items by material or lore

ItemLimit:
  Material:
  - SNOW_BALL
  - FISHING_ROD
  Lore:
  - '&aTest lore'

Set the min times for broadcasting winning streak

The winning streak of a player must more than a value,or it will not be broadcast

In the config.yml

Broadcast-Winning-Streak-Times: 3

Set the material of the ARENA CREATING TOOLS

In the config.yml

Arena-Creator-Material: STICK

Commands which can be executed when a game start

You can set some commands which will be executed in different identities when a game start.

Usage: /dt a commands add <Arena editname> <Way(op/player/console)> <context>

For example: /dt a commands add test console effect_{player}_speed_30_2

You can replace blank with "_" and replace player name with "{player}"

Previous8 - EnergyNext10 - Languages file

Last updated 3 years ago

Was this helpful?