Gökdeniz

Results 12 issues of Gökdeniz

**Example:** ```vb on click: if click type is left: else if click type is right mouse button: ``` Click types should be the same with click action in english.lang: ```yaml...

enhancement
priority: lowest
up for debate

**Is your feature request related to a problem? Please describe.** If we use classes from external things and if they don't exist it will give warnings and other things won't...

type: enhancement
priority: low

**Is your feature request related to a problem? Please describe.** If we use types that depends on plugins/addons in our syntaxes and if the dependencies don't exist it will give...

type: enhancement
priority: low

#### Example: ```vb new Color[int, int, int](255, 0, 0) ``` Currently it trys to use the Color constructor with float parameters instead of integers.

type: enhancement
priority: low

Currently we can't use something like `if expression is instance of ExprName` to check if the input expression is a specified expression like in normal addons because the class is...

type: enhancement
priority: low

```vb month (length|size) (from|of) [date] %date% (length|size|end) of [the] month (from|of) [date] %date% ``` I think can be added to Date Infomation syntax.

enhancement

Add/Remove changers for YAML expressions. If the yaml value isn't an integer or a number, it should send 1 line error to console. **Examples:** ```vb set yaml value "test" from...

enhancement

```vb date %date% formatted as %string% ``` Should be easiest and faster way to change format of a date when written as a text. I was using this way: ```vb...

**Describe the bug** It throws NPE when a prefix contains quotes but doesn't start and end with quotes, i found it when i made this mistake: `"!prefix ", !"pfx "`...

```vb wait for purge the grabbed messages with event-bot reply with "Successfully purged %{_count}% messages!" and store the message in {_message} wait 2 seconds delete random message of {_message} with...

enhancement