• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Search results

  1. DarthInfrayt

    Custom RP Ranks (GUI)

    This is a GUI so players can set their own rank (prefix), and not be limited to roles, etc cmd create rpranks Get a custom RP Rank cmd add rpranks %player% = %p% cmd add rpranks if varset(%args%[1]) then %player% = %args%[1] cmd add rpranks %gui%["type"] = "custom_form" cmd add rpranks...
  2. DarthInfrayt

    Donation Information Command v2

    Same command as before, only difference is it no longer has a server IP, as even tho i wasn't Advertising, it was deleted for that. cmd add donating let %method% = %args%[1] cmd add donating if %method% = \"\" then goto 8 cmd add donating if %method% = \"Android\" then goto 10 cmd add donating...
  3. DarthInfrayt

    Newspapers

    Had this idea recently for the new City im working on: Newspapers. Wouldn't it be great if people could subscribe to a newspaper, and have it delivered to their mailbox each day, in Minecraft ? Well, i did some thinking and made this cmd create newspapers Newspaper Commands cmd add newspapers...
  4. DarthInfrayt

    Custom Homes

    Hey guys, recently i found a file with some old code i believe @ALEXMINERPRO had made, for Custom Homes, that allowed a home to be set in any world, and accessed from any world; As currently, theres an issue with multi-world homes.... I tried it, and it didn't work very well, so ive overhauled...