1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Other Juxta++ Plugins pack 0.28

Message of the day, server info, etc.

  1. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  2. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    Mazey likes this.
  3. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    Spiker is really useful to detect griefers blocking the spawn or spamming random blocks/spikes
    Love these plugins already, good job :)
     
  4. Dialmen

    Dialmen Bison Rider

    Messages:
    27
    I make some stuff with master
    Code:
    function hack_command(player,message)
        player:SendMessage("Don't use hack guy, u get freeze, to unfreeze type /hack2 now.")
        player:Freeze()
    end
    
    function hack_command2(player,message)
        player:SendMessage("U get unfreeze, but never do hack.")
        player:Unfreeze()
    end
    
    function info_me(player,message)
        player:SendMessage("You're "..player:GetName().." and your resources are: stone "..player:GetStone()..", wood "..player:GetWood()..", gold "..player:GetGold()..", bombs "..player:GetBombs()..", arrows "..player:GetArrows()..". You have "..player:GetCoins().." money and you're in the team "..player:GetTeam().." with score "..player:GetScore()..".")
    end
    
    function commands_avaliable(player,message)
        player:SendMessage("/commands - This.")
        player:SendMessage("/hack - For get hack free *-*")
        player:SendMessage("/info - See your info,")
    
    end
    
    function OnInit()
        KAG.CreateChatCommand("/hack", hack_command)
        KAG.CreateChatCommand("/hack2", hack_command2)
        KAG.CreateChatCommand("/info",info_me)
        KAG.CreateChatCommand("/commands",commands_avaliable)
    end
    
    U can add it in your resource?
     
  5. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    Good job, but I think it's only for scripting experience.
    You can try to port stats mod. I will help u if ask me.
     
  6. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  7. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  8. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  9. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  10. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
  11. Brownies

    Brownies Ballista Bolt Thrower

    Messages:
    83
    Good Job Guy ! This Is really good to see who block! Still work on Guy !