Giter VIP home page Giter VIP logo

PMEssentials

A collection of essential PMMP commands, features and more. Heavily inspired by Essentials HitCount

This plugin works with AutoCompleteAPI, but it is not required to have this.

Commands:

List of commands:

  • /back
  • /break
  • /broadcast
  • /burn
  • /clearinventory
  • /extinguish
  • /feed
  • /gamemode (custom)
  • /gma
  • /gmc
  • /gms
  • /gmv
  • /god
  • /heal
  • /i
  • /milk
  • /mute
  • /nick
  • /nuke
  • /ping
  • /powertool
  • /realname
  • /size
  • /smite
  • /speed
  • /thru
  • /tpa
  • /tpaccept
  • /tpahere
  • /tpdeny
  • /tphere
  • /tree
  • /usage
  • /vanish
  • /xyz
  • /afk
  • /banall
  • /block
  • /commandspy
  • /crash
  • /delhome
  • /delwarp
  • /home
  • /kick
  • /kickall
  • /reply
  • /server
  • /sethome
  • /setspawn
  • /setwarp
  • /spawn
  • /sudo
  • /top
  • /tp (custom)
  • /tpo
  • /tpohere
  • /warp
  • /warps
  • a ton more...

API:

PMEssentials has an API for developers can tweak a lot of features and improve them. You can access the UserMap to get users and externally enable things like godmode or vanish. The plugin also has quite a few events you can use to for instance modify command behaviour.

If you want to get the API instance, all you need to do is this:

$api = API::getAPI();

You can get the main file too, but you probably won't need it.

Now, let's say you're creating a command and you want it to work on vanished platers. You can use these functions:

//get ALL vanished players
$vplayers = $api->getVanishedPlayers();

//get vanished player from name
$vplayer = $api->getVanishedPlayer("myplayer");

If you want something changed in the API you can always open an issue with the API request template.

PMEssentials's Projects

pmessentials icon pmessentials

A collection of essential PMMP commands, features and more. Heavily inspired by Essentials

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.