• 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.

Recent content by DarthInfrayt

  1. DarthInfrayt

    EnchantedKit simple maddcommand

    On the groups you want to block it from, set -cmd.run.enchantkit and on the groups you wish to be able to run it, set cmd.run.enchantkit
  2. DarthInfrayt

    VoteReward

    Assuming you can get an API from another site (or the site supports LEETs version of PocketVote) yes, but as far as ive found, the other commonly used sites don't sadly.
  3. DarthInfrayt

    Donation Information Command v2

    By "v2" i should have put "Post 2" or "Repost" as i meant its the second post not a second edition of code (because i dont consider removing something to conform with rules as a new version)
  4. DarthInfrayt

    Donation Information Command v2

    I I have no idea... i googled "Semantic Versioning" and i still don't quite get what it has to do with the mad commands post 🤨🤔
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. DarthInfrayt

    /tell, with a socialspy implimented

    if I did `let %online% = onlineplayers() let %onlinesith% = %sith%[%online%] message %onlinesith% <the stuff from ur code>` would that work? @xXLink1147Xx
  10. DarthInfrayt

    /tell, with a socialspy implimented

    ok, I made a command that defines the %staff% variable (or in my case, %sith%) it works, except that it says "Error at line 28: ATskullXD5 not found" "Error at line 28: PotatoSheepMilk not found"..... Skull and Sheep are two people I added into %sith%, but is there a way to make it message only...
  11. DarthInfrayt

    /tell, with a socialspy implimented

    @waumiller18 yea I haven't tried this yet, but I think where it loads `%staff%` you need to have another command that defines the `%staff%` variable..... am I correct @xXLink1147Xx ? (soz if this is reopening a old topic)
  12. DarthInfrayt

    Customized server Taxes (instead of default taxes)

    Thanks, this is really really good; far better than my own version xD When I post my Economy Set, can I use this and list u in the credits? @ALEXMINERPRO