you can store values in the datastore as boolean:
function On_Command(Player, cmd, args){
if(Player.Admin&& args.Length==1){
switch(cmd){
case"addmod":
DataStore.Add("Moderators", args[0],true);
Player.Message("Player with the id "+ args[0]+" added to...