Commander | Open Sourced Admin Panel

Hello!

I’ve tried to use this Admin Panel in my game and everything works fine except Mobile players. They are unable to move and turn their camera. Do you know what this could be causing?

4 Likes

Does this support DisplayNames yet?

I don’t plan to support DIsplayName, there’s no point doing so.

This doesn’t seem to be related to Commander, but I’ll take a look.

I checked since when I removed Commander it worked for mobile again. So it is a Commander problem.

Are you able to create a new issue in GitHub? Thanks.

https://github.com/va1kio/commander

I have a couple of suggestions for commander. I love this admin and reccommend it over any other:

  • Xbox Support
  • Banned Users (Have a searchable list of banned users and why they were banned)
  • Ban appeals (When a player is banned instead of kicking them give them a UI asking if they want to appeal)
  • Advanced logging (see who did what, when, in which server)

Hope these eventually make it!

4 Likes

Hi, this is pretty cool!

Does commander have a command for pulling up something like Dex explorer? That would be great for debugging. Thanks!

2 Likes

Will Commander ever have chat commands? :eyes:

Most likely not, Commander 4 by Evo (“Commander”) is almost entirely meant as a user-friendly moderation tool for games that want a better moderation tool, more sleek design, ability to easily add your own packages (“plugins”). Unlike most other admin panels, Commander allows you to easily expand and add custom commands without having to mess with the UI and core scripts. Of course, Commander is under MIT license, ergo, you can modify it however you want so long as you keep the license and/or credit. I’m not a Commander maintainer and therefore my statement on this isn’t based on any fact given out by the authors of Commander, I’m merely given my educated opinion based off statements made by the author and prior works.

Maybe in the future, the authors will make a separate admin system for chat commands; nana_kon, who designs the interface for Commander may also work on commissions that focus on more chat-based commands. However, as far as I know, Commander is currently meant as a sleek, simplified, and better-controlled moderation panel that allows for expansion.

1 Like

Good morning!

We’ve rolled out DP2 A1148 to the public, this version adds several new commands and changes to the interface:

New about screen

New commands

Chat

Creates a bubble chat for a specific player

SystemMessage

Sends message as System

Freeze

Freezes the player from moving

Thaw

Opposite of Freeze

That’s all for this week, bye!

4 Likes

Hotfix

We’ve discovered a few bugs from DP2 A1148, we’ve now pushed an update to address those issue, please update your Commander installation.

1 Like

Important; DP2 A1150 release

This update addresses the following issues:

  • ScrollBar not fading away
  • Updated several commands (10-15), we had a merge with an older repository earlier, causing progress to lose
  • Added group permission
  • Added licensing info
  • Added type annotations for the API module
  • Performance improvement, we’ve “de-bloated” several commands with the new API method .getCharacter, which will save a lot of unnecessary “if” statements
  • and much more

Highly recommend installing this if you happen to install the hotfix earlier.

2 Likes

I love this, The Discord Team behind Commander are amazing, My Executives & I are in love with this Administrative Panel as we currently use it in our games and love it, So far, We have had zero issues, I 110% vouch for Commander, Way to go for the Development Team behind Commander! Keep up the great work!

1 Like

Is there a way to auto-complete typing a username?

1 Like

Not yet, but this is being worked on (ref: Player names autocomplete · Issue #7 · va1kio/commander (github.com))

1 Like

I’ve tried this administration panel out. An Issue I’ve discovered is that this messes with your camera, you have to reset it so you can adjust the camera. It’s kind of annoying but there’s probably a fix out there.

Hey there, I’ve come up with some suggestions you might benefit a lot from!
These suggestions are totally optional, just trying my best.

  • Admin Levels (eg: moderator, administrator, game creator)

  • Admin Restrictions

  • View ban panel, a player could enter a banned player’s name and it would open a panel with the responsible admin that banned the player, the time & reason.

  • Replace the current administrator notification with the message UI telling you you’re an admin.

Permission Groups by JEK0x81D · Pull Request #13 · va1kio/commander (github.com)

We’ve actually finished the admin restrictions and levels. You can create rulesets, command restrictions for each administration group. This update will be pushed by this week, but you can try it as a preview if you want to.

About the ban panel thing, we’ve also created a similar command called CheckBan, which will be included in the next release as well.

2 Likes

Noted, I’ll take a look at it.

1 Like