- D1 Meta Docs - Denizen Script -
Home Page / Pi to one million places / Contact mcmonkey / Donate / Paste Scripts / Denizen Help /
You are browsing as a guest.
Login | Register








The script repo is an archive of historical scripts. For modern scripts, or to post your own, please use the Scripts forum section.





DarkJoinMessages


By BloodEko
Created: 2018/06/02 20:21:51 UTC-07:00 (5 years and 326 days ago)
Edited: 2018/06/02 20:31:34 UTC-07:00 (5 years and 326 days ago)
Likes: 0

Denizen Version: mc 1.12.2
Script Version: 1
Description:

Shows all joining/leaving messages in a darker themed style.

Also highlights, when new players join.


Download script | View raw script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
1800

DarkJoinMessages:
  type: world
  events:

    on player joins:
    - if <pl.has_played_before> {
      - determine "<&7>+<&8><player.name>"
      } else {
      - determine "<&7>+<&8>new: <player.name>"
      }

    on player quit:
    - determine "<&7>-<&8><player.name>"

    on system time hourly:
    - webget "http://stats.denizenscript.com/tracker?script=142&version=1&players=<server.list_online_players.size>"






View History