Advertisement
Guest User

Configuration - ByYoSe Custom Commands

a guest
Oct 22nd, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.02 KB | Source Code | 0 0
  1. --[[
  2.     Discord : https://discord.gg/k3VVVCmstR
  3.  
  4.     Created by : ByYoSe
  5.  
  6.     Script : ByYoSe - Custom Commands
  7. ]]
  8.  
  9. ByYoSe_Custom_Commands = {
  10.     ["/ooc"] = {
  11.         text = "[OOC] ", --Add chat colors : https://docs.nanos.world/fr/docs/getting-started/tutorials-and-examples/chat-colors
  12.         showname = true, --Enable name = true or Disable name = false
  13.     },
  14.     ["/ano"] = {
  15.         text = "<red>[Anonyme] </>", --Add chat colors : https://docs.nanos.world/fr/docs/getting-started/tutorials-and-examples/chat-colors
  16.         showname = false, --Enable name = true or Disable name = false
  17.     },
  18.     ["/advert"] = {
  19.         text = "<yellow>[Advert] </>", --Add chat colors : https://docs.nanos.world/fr/docs/getting-started/tutorials-and-examples/chat-colors
  20.         showname = true, --Enable name = true or Disable name = false
  21.     },
  22.     ["/twitter"] = {
  23.         text = "<blue>[Twitter] </>", --Add chat colors : https://docs.nanos.world/fr/docs/getting-started/tutorials-and-examples/chat-colors
  24.         showname = false, --Enable name = true or Disable name = false
  25.     },
  26. }
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement