Command to delete grids that fail an IsWorking check for a specified block.#164
Closed
adambockey wants to merge 30 commits intoPatronfrom
Closed
Command to delete grids that fail an IsWorking check for a specified block.#164adambockey wants to merge 30 commits intoPatronfrom
adambockey wants to merge 30 commits intoPatronfrom
Conversation
adambockey
commented
Jul 20, 2020
* AutoCommand update 1/2 * AutoCommands Update 2/2
This reverts commit f1e6262.
* AutoCommand update 1/2 * AutoCommands Update 2/2 * Few forgotten things
Did this on my phone. Judge with highest scrutiny.
Stop fixing shit that ain't broke N1
* Added !tphere command to teleport players to you more easy * Added command to Kill given player instantly * Added Eject Command for specific player * Added Ejectall command for grids. You can also use it by looking at the grid in question * Typo fixed * Turns out essentials already had eject and kill. Moved my code over and improved it a little to deal with offline players as well. * Code-Review reworks
* Added !tphere command to teleport players to you more easy * Added command to Kill given player instantly * Added Eject Command for specific player * Added Ejectall command for grids. You can also use it by looking at the grid in question * Typo fixed * Turns out essentials already had eject and kill. Moved my code over and improved it a little to deal with offline players as well. * Code-Review reworks * Uses VisualScriptLogicProvider to kick members Main Advantage over faction.KickMember is that KickMember is only used for actually kicking members. If the founder is kicked the next player in line wont be promoted. There are isntances where the identityID of the founder was still in the safe file, but the identity itself was deleted. causing internal NREs on faction.Members.Keys as the founder ID will always be in the members list. But without identity building the DictionaryReader fails internally as it doesnt like NULL
* Added PCU conditions for the Cleanup command. * Changed count to pcu for consistency. Co-authored-by: SKO85 <sko85gaming@gmail.com>
…been given items (#155)
add check to only convert largest grid in group to avoid subgrid conversion.
* Added PCU conditions for the Cleanup command. * Changed count to pcu for consistency. * Added `hasownership npc | player | nobody` condition for `!cleanup` command Added Ownership Utility Co-authored-by: SKO85 <sko85gaming@gmail.com>
This reverts commit 8a18411.
* Add a visible notification for the player to indicate when they have been given items * Add new economy interaction commands for both players and admins * Add a client popup message to signal if they have send/recieved credits * Updated incorrect grammar
* Some requested commands * Fix sandbox clean removing faction reputations. * fixed merger Co-authored-by: Olatide F <tide1988@live.com>
…er rather than all players after a certain time period
Add "!identity clear" command to clear an identity of a specific player rather than all players after a certain time period
Only turn off blocks which are enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.