-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
146 lines (146 loc) · 3.31 KB
/
Copy pathDefault.sublime-commands
File metadata and controls
146 lines (146 loc) · 3.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
[
{
"caption": "RC: 🛠 Update LSP Definitions",
"command": "rc_update_lsp_definitions"
},
{
"caption": "RC: 🔄 Refresh Servers",
"command": "rc_refresh_servers"
},
{
"caption": "RC: 🌎 Connect to GServer",
"command": "rc_connect_server"
},
{
"caption": "RC: 🔑 Set Credentials",
"command": "rc_set_credentials"
},
{
"caption": "RC: 🏷 Set Nickname",
"command": "rc_set_nickname"
},
{
"caption": "RC: 🌐 Set Listserver",
"command": "rc_set_listserver"
},
{
"caption": "RC: 📁 Set Scripts Folder",
"command": "rc_set_scripts_folder"
},
{
"caption": "RC: 🗨 Show Chat",
"command": "rc_show_chat"
},
{
"caption": "RC: 🧬 Show NC",
"command": "rc_show_nc"
},
{
"caption": "RC: 📨 Chat",
"command": "rc_send_command"
},
{
"caption": "RC: 📨 Open PM",
"command": "rc_open_pm"
},
{
"caption": "RC: 📨 Open All PMs",
"command": "rc_open_all_pms"
},
{
"caption": "RC: 💬 IRC Tabs",
"command": "rc_irc_tabs"
},
{
"caption": "RC: 💌 Reply PM",
"command": "rc_reply_pm"
},
{
"caption": "RC: 🎮 Players",
"command": "rc_show_players"
},
{
"caption": "RC: 🤖 NPCs",
"command": "rc_show_npcs"
},
{
"caption": "RC: 🧿 Local NPCs",
"command": "rc_local_npcs"
},
{
"caption": "RC: 🧩 Classes",
"command": "rc_show_classes"
},
{
"caption": "RC: 🗡 Weapons",
"command": "rc_show_weapons"
},
{
"caption": "RC: 📣 Global Chat",
"command": "rc_show_global_chat"
},
{
"caption": "RC: 🛠 Server Options",
"command": "rc_edit_server_options"
},
{
"caption": "RC: 🚩 Server Flags",
"command": "rc_edit_server_flags"
},
{
"caption": "RC: 🗂 Folder Config",
"command": "rc_edit_folder_config"
},
{
"caption": "RC: 📂 File Browser",
"command": "rc_file_browser"
},
{
"caption": "RC: ⬆ Upload File",
"command": "rc_upload_file"
},
{
"caption": "RC: 🆕 New NPC",
"command": "rc_create_npc_on_server"
},
{
"caption": "RC: 🆕 New Weapon",
"command": "rc_new_weapon"
},
{
"caption": "RC: 🆕 New Class",
"command": "rc_new_class"
},
{
"caption": "RC: 🔎 View NPC Attributes",
"command": "rc_view_npc_attributes"
},
{
"caption": "RC: 🔌 Disconnect",
"command": "rc_disconnect"
},
{
"caption": "RC: 🧬 Connect to NC",
"command": "rc_connect_nc"
},
{
"caption": "RC: 🔌 Disconnect from NC",
"command": "rc_disconnect_nc"
},
{
"caption": "RC: 📢 Admin Message All",
"command": "rc_admin_message_all"
},
{
"caption": "RC: 📣 Toalls",
"command": "rc_show_toalls"
},
{
"caption": "RC: 📬 Mass PM",
"command": "rc_mass_pm"
},
{
"caption": "RC: 🪪 Open Profile",
"command": "rc_open_profile"
}
]