- Supported Minecraft Versions:
- 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19
BitShift
Skript addon for more operators.
Requirements:
Syntax:
- Skript (2.6+)
Conditions
Bitwise OperatorsCode (Text):
<condition> && <condition> - Conditional-AND operator <condition> || <condition> - Conditional-OR operator !<condition> - Inverts the result of a condition %booleans%? - Checks if all booleans are true
Shift OperatorsCode (Text):
%number% & %number% - Bitwise AND %number% | %number% - Bitwise inclusive OR %number% ^^ %number% - Bitwise exclusive OR ~%number% - Unary bitwise complement
Unary OperatorsCode (Text):
%number% << %number% - Signed left shift %number% >> %number% - Signed right shift %number% >>> %number% - Unsigned right shift
Bitshift also supports hexadecimal and binary number formats.Code (Text):
!%boolean% - Inverts the value of a boolean
GitHub repository for reporting issues here, happy Skripting! ♥Code (Text):
set {_result} to 0xFF - 0xAA set {_result} to 0b1100 | 0b0011
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Bitshift 1.0.0
Skript addon for more operators
Tags: