NoobMCBG / PaidAll

Pay money to all people online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

Plugins PaidAll
API
Version
Download
Total Download

  • Paid money to all people online ✔️
  • Automatically Paid When 2 Types of Plugins EconomyAPI or BedrockEconomy ✔️


Features

  • Paid money to all people online
  • Automatically Paid When 2 Types of Plugins EconomyAPI or BedrockEconomy

Commands

Commands Description Aliases
/paidall Commands paid all players online [pa, payall]

Permissions

Permission Description Default
paidall.paid Permission use commands /paidall true

Config

---
#   ██████╗░░█████╗░██╗██████╗░░█████╗░██╗░░░░░██╗░░░░░
#   ██╔══██╗██╔══██╗██║██╔══██╗██╔══██╗██║░░░░░██║░░░░░
#   ██████╔╝███████║██║██║░░██║███████║██║░░░░░██║░░░░░
#   ██╔═══╝░██╔══██║██║██║░░██║██╔══██║██║░░░░░██║░░░░░
#   ██║░░░░░██║░░██║██║██████╔╝██║░░██║███████╗███████╗
#   ╚═╝░░░░░╚═╝░░╚═╝╚═╝╚═════╝░╚═╝░░╚═╝╚══════╝╚══════╝

# Message Paid Successfully
# Use {money} to show the amount that player paid
paid-successfully:
  msg: true # false = disable, true = enable;
  msg-paid-successfully: "§a> You have just paid {money} money to all players"

# Broadcast Message Paid
# Use {player} to get the name of the person who paid for the whole server
# Use {money} to show the amount that player paid
broadcast-paid:
  broadcast: true # false = disable, true = enable;
  msg-broadcast-paid: "§a> player {player} just paid everyone {money}$ money !"

# Message Paid Fallied
# Use {price} to show the additional amount to pay
paid-fallied:
  msg: true # false = disable, true = enable;
  msg-paid-fallied: "You need more {price}$ money to paid all players"
...

For Developer

  • You can access to PaidAll by using PaidAll::getInstance()
  • PaidAll Usage:
$money = 1000;
PaidAll::getInstance()->paidAll($money);

Install

  • Step 1: Click the Direct Download button to download the plugin
  • Step 2: move the file PaidAll.phar into the file plugins
  • Step 3: Restart server for plugins to work

About

Pay money to all people online

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%