Create ServerInfo With UI

Overview

General

Create ServerInfo With UI

Commands

Commands Default
/serverinfo True

Feature

  • You can Create, Your custom subcategory
  • Add Button On subcategory
  • Set Action For Button
  • Set Title For subcategory
  • Set Content For subcategory
  • Send subcategory for First Player Join
  • Send subcategory For Player Join

ToDo List

  • Per subcategory have permissions
  • Per Button have permissions
  • Edit subcategory In Game

I don't know if I will do it or not, because I'm lazy hahaha :)

Config

---
# Send Info 
# On First Player Join
on-first-join: true
# subcategory Form
join-first-form: "rules"

# Send Info
# On Player Join
on-join: true
# subcategory Form
join-form: "welcome"

# All subcategoryform
# Tag Form
# {NAME} Name The Player
# {DISPLAY_NAME} Display Name The Player
subcategory-form:
 rules:
  title: "Rules"
  content:
   - "Hi {NAME}, Please Read Rules Below"
   - "- In This Server Don't Grief"
   - "- Don't Abuse"
   - "- Don't Spam Chat"
   - ""
   - "If You Accepted The Rules"
   - "Press The Button Below:"
  button:
   0:
    text: "YES"
    action:
     - "msg {NAME} Thx For Accepting"
   1:
     text: "NO"
     action:
      - "kick {NAME} Accept Rules Please"
 welcome:
  title: "Welcome"
  content:
   - "Hi {NAME}, Thx For Joining"
   - "Please Accept The Rules"
   - "if you haven't read it"
  button:
   0:
    text: "PLAY"
    action:
     - "msg {NAME} Have a nice play"
   1:
     text: "READ RULES"
     action:
      - "rca {NAME} serverinfo rules"
...

Additional Notes

  • If you find bugs or want to give suggestions, please visit here
  • Icons By icons8.com
You might also like...
It's goal is to create my own platform where I can play various board games I like.
It's goal is to create my own platform where I can play various board games I like.

Card games The goal of this project is to create a social platform where players can communicate, create lobbies and play various board games. Current

The simplest way to create a dynamic sitemap for your self-coded website which you have made by using PHP/HTML/CSS/Js etc... Scripts.

Sitemap_index.xml The simplest way to create a dynamic sitemap for your self-coded website which you have made by using PHP/HTML/CSS/Js etc... Scripts

> Create e-wallet, send money, withdraw and check balance all via USSD protocol
Create e-wallet, send money, withdraw and check balance all via USSD protocol

Mobile Money USSD solution Create e-wallet, send money, withdraw and check balance all via USSD protocol Create e-wallet Step 1 Step 2 Step 3 Step 4 S

Create easy (and almost magic) forms
Create easy (and almost magic) forms

Why Magic Forms? Almost everyday we do forms for our clients, personal projects, etc Sometimes we need to add or remove fields, change validations, st

crm_chatbot is an app which allows to create a chat for websites.

CRM Chatbot This app could be installed only in the Midrub CMS version 0.0.8.5+. In older versions it will break anything. DEMO VIDEO: https://youtu.b

Plugin pocketmine 4.0.0 for create simple rank 🎈
Plugin pocketmine 4.0.0 for create simple rank 🎈

RankEasy Simple plugin to create ranks 🎈 Config: # YAML #https://www.digminecraft.com/lists/color_list_pc.php for all color in minecraft default: "

 Learning about - Basic HTML & CSS, JSON, XML, Session & Cookies, CRUD Operations in Php using MySQL and Create MVC from scratch
Learning about - Basic HTML & CSS, JSON, XML, Session & Cookies, CRUD Operations in Php using MySQL and Create MVC from scratch

This Project is based on course CSC 3215. Learning about - Basic HTML & CSS, JSON, XML, Session & Cookies, CRUD Operations in Php using MySQL and Create MVC (Model–View–Controller) from scratch. Just learning about web technologies, Not focusing on UI (Bootstrap or other 3rd-Party UI libraries or frameworks).

A composer package designed to help you create a JSON:API in Phalcon
A composer package designed to help you create a JSON:API in Phalcon

phalcon-json-api-package A composer package designed to help you create a JSON:API in Phalcon What happens when a PHP developer wants to create an API

An open source tool that lets you create a SaaS website from docker images in 10 minutes.
An open source tool that lets you create a SaaS website from docker images in 10 minutes.

简体中文 Screenshots for members ( who subscribe the plan ) for admin ⚠️ This document was translated into English by deepl and can be improved by PR An o

Owner
MulqiGaming64
there is no bio yet, And sorry if my github is not as neat as you think.
MulqiGaming64
A set of classes to create and manipulate HTML objects abstractions

HTMLObject HTMLObject is a set of classes to create and manipulate HTML objects abstractions. Static calls to the classes echo Element::p('text')->cla

Emma Fabre 128 Dec 22, 2022
Easily create and read Corona Warn App Check-In URLs

bauer-kirch/cwa-event-registration-url This PHP library allows generating Check-In URLs for the Corona Warn App which can then be used to generate a Q

Bauer + Kirch GmbH 9 Dec 30, 2021
A useful PocketMine-MP plugin that allows you to create crates in-game!

ComplexCrates A useful PocketMine-MP plugin that allows you to create crates in-game! Commands Main command: /crate Sub commands: create

Oğuzhan 8 Aug 26, 2021
PHP library to create and validate html forms

FormManager Note: this is the documentation of FormManager 6.x For v5.x version Click here Installation: This package requires PHP>=7.1 and is availab

Oscar Otero 145 Sep 20, 2022
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.

Kirby 3 Many To Many Field This plugin allows you to create many-to-many relationships between pages in Kirby.

Jonas Holfeld 41 Nov 19, 2022
Easily create and work with code snippets from PHP

code-snippets Easily create and work with code snippets from source code files of any type in PHP. The original code this package is based on was borr

Permafrost Software 8 Sep 4, 2022
Create changelogs based on your GitHub milestones

changelog_generator.php This project provides a simple way to create a markdown ordered list of issues and pull requests closed with a given milestone

Rob Allen 3 Aug 30, 2021
Create Youtube-Like IDs With PHP.

AlphaID Install composer require sy-records/alphaid Usage

沈唁 4 Mar 31, 2022
This shell script and PHP file create a browseable HTML site from the Zig standard library source.

Browseable Zig standard library This shell script and PHP file create a browseable HTML site from the Zig standard library source. The idea is to inve

Dave Gauer 3 Mar 20, 2022
A library for create network applications with PHP.

SocketServer A library for create network applications with PHP. Installation. $ composer require thenlabs/socket-server Usage. The below code show a

ThenLabs 3 Apr 11, 2022