By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

A Pocketmine plugin implementing a more advanced item bragging system.
version 1.0.0
Approved
Direct Download How to install?
61 Downloads / 61 Total
1 Review
Plugin Description §

BetterBrag

Advanced bragging plugin for Pocketmine-MP.

Features

  • GUI Based bragging system.
  • Commands for commencing and ending brags.
  • Ability to list all other ongoing brags.

Commands

Command Description Permission
/brag Brag management command. betterbrag.brag.command
/brag start Start bragging about the item within your hand. betterbrag.command.start
/brag stop Stop bragging about the item you are currently bragging about. betterbrag.command.stop
/brag list List all current bragging players & corresponding items. betterbrag.command.list
/brag view View the item a player is bragging about. betterbrag.command.view

API

To obtain an instance of this plugin's main class:

use snare\BetterBrag\BetterBrag;

$instance = BetterBrag::getBetterBrag();

Various methods can be found below:

$instance->getBragItems(); // returns an array with player name as key, Item instance as value.

$instance->isBragging(Player $player); // returns true or false depending on whether or not the specified player is bragging.

$instance->startBragging(Player $player); // causes the specified player to brag about the item in their hand.

$instance->stopBragging(Player $player); // returns true if able to stop playing bragging, false if not.

$instance->getBraggingItem(Player $player); // returns Item instance if player is bragging, null if not.

Support

Reach out on discord snare_gale if having any issues or if you need help with configuration.


skyss0fly
using v1.0.0
21 Aug 24
Honestly not upset cause you have made your brag plugin better then mine
snarerectify
25 Aug 24
Appreciate the feedback :D.

Reply to review by :

/ 5
Supported API versions
5.3.0
->
5.16.0
Producers §
  • Collaborators:
    • @Threbber455
    • @snarerectify
License §
Categories:
Fun
General
Informational
Chat-Related
Minigame
Miscellaneous
API plugins
Permissions
Permissions
Commands

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...