SupremeCycle

Description

Players can now decide for themselves whether they play in the dark or light. When the night falls there will be a message indicating that players can vote for the time from that moment on. If they choose day, it will be day in a fluid motion with a nice good morning message.

Commands

CommandsPermissionsDescription

/votefortime

N/A

Opens the time/night vote menu.

Permissions

There is one permission available for the SupremeCycle plugin:

  • supremecycle.votefortime.gui

This permission gives you access to vote for the time in the specific world.

General options

World

A valid world must be entered at all times to use this plugin.

# World where vote for time is activated
world-name: world_survival

Voting

Day time will be set when a total of 2 votes have been acquired.

# Percentages needed to set the time to day
required-votes: 2

Animations

# Animation speed
animation-1-ticks: 3 # slot 0 and 8
animation-2-ticks: 8 # slot 1 and 7
animation-3-ticks: 13 # slot 2 and 6
animation-4-ticks: 18 # slot 3 and 5
animation-5-ticks: 23 # slot 4

This menu will be available when the min-vote-time has been reached. Everything can be configured inside this menu.

# Gui items
fill-item:
  material: 'GRAY_STAINED_GLASS_PANE'
  name: '&f'
  lore: []
  glow: false
yes-item:
  material: PLAYER_HEAD:http://textures.minecraft.net/texture/c11234820a1e7bfb912b522aecf34bfcb569f02bf5836e669a29bae99737e522
  name: '&e&lVote for day'
  lore: []
  glow: false
no-item:
  material: PLAYER_HEAD:http://textures.minecraft.net/texture/d7d68bb144e159ffdb0bb2abdd583ff389ae710682ca77e6535393ae22137a
  name: '&9&lKeep it night'
  lore: []
  glow: false

The animation speed can be set in the config.yml.

Last updated