M0 - OnlinePlayersGUI [1.8 - 1.21.8] [CONDITIONAL GUIS] icon

M0 - OnlinePlayersGUI [1.8 - 1.21.8] [CONDITIONAL GUIS] -----

Online players in a GUI.



Code, Config Overhaul, Custom Item changes, improvements
PLEASE READ THIS CHANGELOG
AND UPDATE YOUR CONFIG

BACK-UP YOUR CONFIG BEFORE UPDATE!

Hello everyone.

It's been a while since I've updated the plugin so I added a few new cool additions to the config.

First things first - you can now place custom items anywhere in the GUI itself. The heads will appear in the first empty slot.
The bottom row is reserved for custom items and the heads will not appear there.
The 4th and 6th slots of each row (depending on the GUI size) are always reserved for previous and next page buttons.

upload_2022-1-19_1-40-46.png

Example config for custom items:
Code (YAML):
custom-items:
  '1'
:
    material
: WHITE_STAINED_GLASS_PANE
    slots
:
      start
: 0
      end
: 8
    name
: '&r'
    lore
: [ ]
    commands
:
      left-click
:
       - ' [CLOSE ]'
      right-click
:
       - ' [CLOSE ]'
      middle-click
:
       - ' [CLOSE ]'
  '2'
:
    material
: WHITE_STAINED_GLASS_PANE
    slots
:
     - 9
      - 17
      - 18
      - 19
      - 20
      - 22
      - 24
      - 25
      - 26
    name
: '&r'
    lore
: [ ]
You can use:

Code (YAML):
slots:
  start
: X
  end
: Y

slot
: X

slots
:
  - X
  - Y
  - ...


Added additional actions for commands:

This will play a sound to the player.
The first argument is the sound, the second is the volume and the third is the pitch.
You can find a list of sounds here: https://www.digminecraft.com/lists/sound_list_pc.php
- '[SOUND] ENTITY.PLAYER.LEVELUP, 1.0, 1.0'

This will show a title to the player.
The first argument is the title, the second is the subtitle.
The last three are: fade-in, stay and fade-out times.
- '[TITLE] This is a title, This is a subtitle, 20, 60, 20'
Alternatively you can use opt out the subtitle or the times, or just the subtitle.
- '[TITLE] This is a title'
- '[TITLE] This is a title, 20, 60, 20'

You can send raw messages to the player:
- '[MESSAGE] this will send a message to the player'
- '[TEXT] this will also send a message to the player'
----------, Jan 18, 2022
Resource Information
Author:
----------
Total Downloads: 6,290
First Release: Dec 17, 2020
Last Update: Aug 4, 2025
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings