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

  1. P

    OreSpawner

    Would be nice if you could make it work after the server had restarted
  2. P

    Trinkets

    Gives effects when the trinket is touched on the ground
  3. P

    Trinkets

    Give yourself a trinket using this command: give example 399 1 {display:{Name:"Resistance Trinket"}} give example 399 1 {display:{Name:"FireResistanceTrinket"}} give example 399 1 {display:{Name:"Speed Trinket"}} give example 399 1 {display:{Name:"JumpBoost Trinket"}}
  4. P

    Trinkets

    Plugins needed - Mad commands cmd create trinkets cmd unregister trinkets cmd add trinkets if %args%[7] = 399 then goto 3 cmd add trinkets exit cmd add trinkets if %args%[9] = “Regeneration Trinket” then goto 13 cmd add trinkets exit cmd add trinkets if %args%[9] = “Resistance Trinket"...
  5. P

    BlackMarket - Shop Gui

    It does work, what lines did u get errors on?
  6. P

    Multiple vote rewards - GUI

    Np :)
  7. P

    Multiple vote rewards - GUI

    Required plugins: Mad commands - Vote To make this popup after voting use the command: /pv cmd add /cmd run vr cmd create vr cmd unregister vr cmd add vr %gui%[\"type\"] = \"form\" cmd add vr %gui%[\"title\"] = \"§6Vote Rewards\" cmd add vr %gui%[\"content\"] = \"Click to choose\" cmd add...
  8. P

    Rules GUI

    cmd create rl Server Rules created by punjana12 cmd add rl %gui%[\"type\"] = \"form\" cmd add rl %gui%[\"title\"] = \"§6Rules by punjana12\" cmd add rl %gui%[\"content\"] = \"Click to open\" cmd add rl %b0%[\"text\"] = \"§bGeneral\" cmd add rl %b1%[\"text\"] = \"§eChat\" cmd add rl...
  9. P

    BlackMarket - Shop Gui

    Thanks ive got plans to release more and better mad commands
  10. P

    BlackMarket - Shop Gui

    cmd create Bm buy legendary items at low prices cmd add BM %gui%[\"type\"] = \"form\" cmd add BM %gui%[\"title\"] = \"§bBlackMarket\" cmd add BM %gui%[\"content\"] = \"Buy unusual itemsl\" cmd add BM %b0%[\"text\"] = \"§6Mythical Potion\" cmd add BM %b1%[\"text\"] = \"§6Effect Shard\" cmd...
  11. P

    Custom potions

    Thank you jack :)
  12. P

    Custom potions

    U u havent done the args right please post the code here il fix it for u
  13. P

    Custom potions

    Its useless if u dont want the item to be a water bottle
  14. P

    Custom potions

    No either way works
  15. P

    Custom potions

    Cmd create cp Cmd unregister cp Cmd add cp if %args%[3] = 373 then goto 2 Cmd add cp if %args%[5] = “Mining” then goto 6 Cmd add cp if %args%[5] = “PvP" then goto 11 Cmd add cp if %args%[5] = “Clear" then goto 16 Cmd add cp exit Cmd add cp /effect %p% night_vision 300 1 Cmd add cp /effect %p%...