Alemiz112 / SlivockyStats

Stats for some minigames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlivockyStats

Create custom Stats and FloatingTexts for PM Server. Support some Minigames. Planned to extend support soon!

Installation

Only PocketMine:
On server must be installed DevTools to run it or compile!

makeplugin SlivockyStats

For Ranks must be ENABLED MySQL! Im working on YAML config...

MySql: true
#MySql Parameters
host: 0.0.0.0
port: 3306
user: root
password: xxxxxx
db: main_db

How to configure plugin

#Main Messages, Texts
#Use \n to make new line, §c, §a, §b, §l... to make collors
#Interval to show texts in SECONDS

MainInterval: 25
AboutText:
  enable: "true"
  title: "SlivockyStats"
  text: "§aHi everybody!"
  x: 0
  y: 0
  z: 0
  level: "world"
BasicTexts:
  enable: "true"
  title1: "Text1"
  text1: "§aGG!"
  x1: 2
  y1: 2
  z1: 2
  title2: "Text2"
  text2: "§aHaloo!"
  x2: 1
  y2: 1
  z2: 1
  level: "world"

#To enable type "true"
#To disable "false"
#HungerGames by Alemiz #HungerGames by InfinityGamers soon...

HungerGames:
  enable: "false"
  kills:
    x: 160
    y: 100
    z: 160
  wons:
    x: 180
    y: 100
    z: 180
  level: "world"

For more examples and usage, please write me [Discord][https://discord.gg/tJ9wDRR].

Release History

  • 1.3.0
    • ADD: RankSystem
  • 1.0.2
    • ADD: Add BasicTexts
  • 1.0.0
    • FIX: Support MultiWorld servers
  • 0.1.0
    • The first unofficial, private release
  • 0.0.1
    • Work in progress

Contact

Alemiz – Discordalemiz@mizerak.eu

Distributed under the Apache license. See LICENSE for more information.

https://github.com/Alemiz112

About

Stats for some minigames

License:Apache License 2.0


Languages

Language:PHP 100.0%