New command to add/remove members on your lot

I have no hand-written a command to add or remove members of your lot. You can use

/lotmember [lot_id] add [member]

/lotmember [lot_id] rem [member]

The nice thing of the new command is that you can use it no matter what world you are in. This is one of the biggest bug being removed that was introduced when upgrading the server. There are still a few around but most of them depend on other plugin developers so we will need to wait a bit until we are able to do all we want to.

15 thoughts on “New command to add/remove members on your lot

  1. When trying to add someone, this happens:

    Warning: mysql_num_rows() expects parameter 1 to be resource, boolean givern in /home/minecraft/server/bin/regions.php on line 776
    No such region ‘EMP_T14’ found in world “There is no lot EMP_T14 in world

    • Ok there was a bug that the capitalization had to be correct. I fixed that now. Any capitalization will do now.

  2. My error is:

    warning: mysql_num_ros() expects parameter 1 to be resource, boolean given in
    /home/minecraft/server/bin/regions.php on line 454
    It appears you are not the owner of lot emp_a13 in world empire!

      • warning: mysql_num_ros() expects parameter 1 to be resource, boolean given in
        /home/minecraft/server/bin/regions.php on line 457
        It appears you are not the owner of lot emp_a13 in world empire!

        • The error in the last line should be now:

          “It appears you ($player $user_id) are not owner of lot $lot in world $world!”

          The $… should be filled in with information.

          • Ah, yes, that’s what it is now.
            So, how do we fix it?

              • If it helps, when I tried it, I got the following:

                “It appears you (SteveMND ) are not owner of lot emp_p28 in world empire!”

                There only appeared to be a name, not a User ID, but there was an extra space before the closing parenthesis, if that helps any.

        • Ok, I identified that the issue is with capitalization in usernames. I think I fixed the issue now, can someone who failed in the past try again now please?

          • Still failing to work

            Warning: mysql._num_rows() expects parameter 1 to be
            resource, boolean given in
            /home/minecraft/server/bin/regions.php on line 457
            It appears that you (PhoenixBlade88 ) are not owner of lot emp_b12 in world empire!

            this is after repeated tries, changing capitalization, and triple checking that i entered the command correctly, same error every time

Comments are closed.