Skip to content

Instantly share code, notes, and snippets.

@wintryKat
Created November 26, 2021 18:57
Show Gist options
  • Save wintryKat/ec4875ef77c4122ca7a5f8b68c6aa47a to your computer and use it in GitHub Desktop.
Save wintryKat/ec4875ef77c4122ca7a5f8b68c6aa47a to your computer and use it in GitHub Desktop.
Table of all currently-defined account roles in EVEmu as of v0.8.4
Role flag name Decimal value Description Formula
ACCOUNTMANAGEMENT 536870912
ADMIN 72057594037927936 Is an administrator
BANNING 2
BATTLESERVER 17179869184
BOSS 7203507614729375744 DEV | ADMIN
BSDADMIN 35184372088832
CENTURION 2048
CHTADMINISTRATOR 2097152 Is a chat administrator
CHTINVISIBLE 1048576
CL 549755813888
CM 2199023255552
CONTENT 36028797018963968
CR 1099511627776
CREATOR 7124694621250392064 SLASH | GMH | WORLDMOD | CONTENT
CSMADMIN 16
CSMDELEGATE 32
DBA 16384
DEV 7131450020691447808 CREATOR | QA | PROGRAMMER
DUST 1 Is a Dust 514 account
EPLAYER 7061644217877004288 VIP | HEALOTHERS
EXPOPLAYER 64
GMH 9007199254740992
GML 18014398509481984
GMS 274877906944
HEALOTHERS 8388608 Can heal others and see GUI for doing so
HEALSELF 4194304 Can heal self and see GUI for doing so
IGB 2147483648
LEGIONEER 262144 Can see all corporation chat channels, usually invisibly
LOGIN 4611686018427387904 Can log in (i.e., required to connect to EVEmu)
MARKET 4
MARKETH 8
NEWBIE 576460752303423488 Is a new player; will be made a member of chat channels for new player support on first connection
NEWSREPORTER 16777216
PETITIONEE 256
PLAYER 2305843009213693952 Is a player
PROGRAMMER 2251799813685248 Can use programmer tools
QA 4503599627370496
REMOTESERVICE 131072 Is a remote service
ROLEADMIN 288230376151711744 Can modify the role of others
SERVICE 1152921504606846976 Can use station services without being docked
SLASH 7079658624976683008 VIP | GML | LEGIONEER | SPAWN | HEALOTHERS
SPAWN 8589934592
STD 6917529029788565504 LOGIN | PLAYER | IGB
TRANSAM 7061644222298324992 VIP | TRANSLATION | TRANSLATIONADMIN | TRANSLATIONEDITOR
TRANSFER 137438953472
TRANSLATION 524288
TRANSLATIONADMIN 134217728 Can change translations
TRANSLATIONEDITOR 4294967296
TRANSLATIONTESTER 34359738368
VIEW 139611588448485376 ADMIN | CONTENT | GML | GMH | QA
VIP 7061644217868615680 STD | VIPLOGIN | HEALSELF
VIPLOGIN 144115188075855872 Is a VIP; can log in when the server is at its connection limit
WIKIEDITOR 68719476736
WORLDMOD 4096
@kroryan
Copy link

kroryan commented May 24, 2025

hey mate what i should use to do commands like /whois or /give...? sorry for bother im very confuse about this

@wintryKat
Copy link
Author

@kroryan Check out the latest documentation here. There is a note about which combination of permissions is required to grant access to slash commands midway through the page. https://wiki.evemu.dev/wiki/EVEmu_Account_Roles.html

In order to give an account such a role, I think you will need to go into the database and either ensure you've created your account with the appropriate role mask or perhaps just edit your existing account to have the desired role number. See here: https://wiki.evemu.dev/wiki/Old_Wiki:Accounts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment