[FIXED] /bringall Also brings owner

Fixed bugs, solved problems, and old reports.
Locked
ferny530
Offline
Posts: 3
Joined: November 18th, 2011, 6:19 pm

[FIXED] /bringall Also brings owner

Post by ferny530 »

Ranks that can use /bringall can bring all players in the world even if their rank is higher than the user. In the config i have the max rank to be brought set to admin but players can still bring owner with /bringall

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: /bringall Also brings owner

Post by fragmer »

Well, it's not supposed to bring anyone with /bringall that you cant bring with /bring... I'll check.

ferny530
Offline
Posts: 3
Joined: November 18th, 2011, 6:19 pm

Re: /bringall Also brings owner

Post by ferny530 »

I'm not sure how to recreate this outside my own server but im sure i have the setting correct when an admin trys to bring the owner with /bring it says "you cannot bring players higher than etc" but with /bringall it brings everyone in that world no matter what. i dont know if this is of any use but this is the section of the config that has those setting as you can see the max is set to admin not owner.

Code: Select all

<Rank name="Admin" id="dQSoWipjAOU5NIDW" color="blue" antiGriefBlocks="0" antiGriefSeconds="0" drawLimit="3000000" idleKickAfter="45" reserveSlot="true" copySlots="2" fillLimit="32">
      <Chat />
      <Build />
      <Delete />
      <PlaceGrass />
      <PlaceWater />
      <PlaceLava />
      <PlaceAdmincrete />
      <DeleteAdmincrete />
      <ViewOthersInfo />
      <ViewPlayerIPs />
      <Say />
      <ReadStaffChat />
      <UseColorCodes />
      <UseSpeedHack />
      <Kick />
      <Ban max="Patrolman#p7gl1SL1ma10nhow" />
      <BanIP />
      <Promote max="Patrolman#p7gl1SL1ma10nhow" />
      <Demote max="Patrolman#p7gl1SL1ma10nhow" />
      <Hide max="HighModerator#5OOvJlFs96S4tMyN" />
      <Draw />
      <DrawAdvanced />
      <CopyAndPaste />
      <UndoOthersActions />
      <Teleport />
      <Bring />
      <BringAll />
      <Patrol />
      <Spectate />
      <Freeze />
      <Mute />
      <SetSpawn />
      <Lock />
      <ManageZones />
      <ManageWorlds />
      <ManageBlockDB />
    </Rank>
    <Rank name="Architect" id="Xoy67cB3s5sByfxb" color="green" antiGriefBlocks="0" antiGriefSeconds="0" drawLimit="3000000" idleKickAfter="45" reserveSlot="true" allowSecurityCircumvention="true" copySlots="2" fillLimit="32">
      <Chat />
      <Build />
      <Delete />
      <PlaceGrass />
      <PlaceWater />
      <PlaceLava />
      <PlaceAdmincrete />
      <DeleteAdmincrete />
      <ViewOthersInfo />
      <ViewPlayerIPs />
      <Say />
      <ReadStaffChat />
      <UseColorCodes />
      <UseSpeedHack />
      <Kick max="Admin#dQSoWipjAOU5NIDW" />
      <Ban max="Patrolman#p7gl1SL1ma10nhow" />
      <BanIP />
      <Promote max="Patrolman#p7gl1SL1ma10nhow" />
      <Demote max="Patrolman#p7gl1SL1ma10nhow" />
      <Hide max="HighModerator#5OOvJlFs96S4tMyN" />
      <Draw />
      <DrawAdvanced />
      <CopyAndPaste />
      <UndoOthersActions />
      <Teleport />
      <Bring max="Admin#dQSoWipjAOU5NIDW" />
      <BringAll />
      <Patrol />
      <Spectate />
      <Freeze max="Admin#dQSoWipjAOU5NIDW" />
      <Mute max="Admin#dQSoWipjAOU5NIDW" />
      <SetSpawn />
      <Lock />
      <ManageZones />
      <ManageWorlds />
      <ManageBlockDB />

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: /bringall Also brings owner

Post by fragmer »

Yep, that was a bug on my part. Fixed internally, fix coming with next release. Thanks for taking the time to report this problem!

ferny530
Offline
Posts: 3
Joined: November 18th, 2011, 6:19 pm

Re: /bringall Also brings owner

Post by ferny530 »

Thank you for responding so quickly and for creating such awesome software. I've been using fcraft since the first day I decided to start a classic server that was seven months ago :o. I love the minecraft pony btw.

Locked