Is it possible to add give plugin?Solved
Hello,

{
  "Commands on connection (true/false)": true,
  "Commands on connection": [
    "give building.planner 1",
    "give hammer 1"

  ],
  "Commands on disconnection (true/false)": false,
  "Commands on disconnection": [
    "oxide.revoke user {name} epicstuff.temp",
    "example.cmd"
  ]
}​
it doesn't work...

Thanks very much
You'd have to specify a player with the commands, like how the example has with either their name or id.
Ok thanks i will try.

edit: work perfectly thanks
Locked automatically