Make /gethead not randomized.

Issue #411 resolved
Former user created an issue

Fairly self explainatory; When staff use /gethead , I feel they should get their heads in the order they've been banned. This would make making banned player head halls much easier, as they don't need to go to their control panel to view the ban order.

Comments (6)

  1. Riot

    They are not randomised. They are given to you in the order they were added to the player notes database. One possibility is that you're receiving them in the order they were given their first warnings to?

    Please follow bug reporting protocol in future so we can actually investigate the issue; at the very least, tell us what exactly happened, and what you expected to happen instead. In this case it would be useful if you could specify which player heads you got in what order, and what order you expected to get them in instead.

    Also if you submit an issue anonymously, please sign off to let us know who you are so we can continue the conversation.

    Placing on hold pending further information.

  2. Anna Bakker

    Actually they are randomized:

    # otherwise choose at random
    banline=$(echo "$banlist" | sort -R | head -1)
    
  3. Anna Bakker

    There doesn't seem to be any reason for it to be randomized, staff can however /gethead <username> to pick a specific banned player.

  4. Log in to comment