Skip to content

Releases: ReportCardsMC/Plosk

1.1.1 | Fix "owners of plot" expressions.

16 Jul 08:15

Choose a tag to compare

This update fixes an issue where owner[s] of plot %string% would only return one owner, however there can be multiple owners of merged plots.

You can now get all owners of a plot using the following:

  • [PlotSquared] owners of plot [with id] %string%
  • [PlotSquared] plot owners of [id] %string%

This expression won't allow you to change the owners list at all, if you'd like to set the owner of a plot, you can use the old owner of plot expression still, and set it: set owner of plot with id %event-string% to player

Full Changelog: 1.1.0...1.1.1

Version 1.1.0 | PlotSquared V6 Support

17 Feb 23:40

Choose a tag to compare

This update brings in V6 support and drops older version support.

As V6 no longer fully supports getting plot corners, the Inner Border Expression has been removed.

Nothing has been added other than support for V6

Update to Skript 2.6 | 1.0.3

04 May 22:03

Choose a tag to compare

Update the skript used to 2.6 as it is now being used more commonly

Full Changelog: 1.0.2...1.0.3

Fix Owner of Plot Expression | 1.0.2

16 Nov 16:12

Choose a tag to compare

This makes the owner of plot expression return a single object instead of an array

Major Bug Fix + bStats | 1.0.1

25 Oct 21:49

Choose a tag to compare

This update adds bStats to help me understand how people are using the plugin, and also fixed a major bug with the plugin thinking you're not running plotsquared v5/6.

First Release | 1.0

24 Oct 16:46

Choose a tag to compare

First Release

This is the first release to Plosk! You'll find 12 events, 16 expressions, and 2 conditions, all related to PlotSquared 5!

There is currently no known bugs.

Documentation

This addon will be posted first posted on Skript Hub

Events

  • Plot Enter
    | Patterns: [PlotSquared] plot enter[ing], [PlotSquared] enter[ing] plot
    | Values: event-string (Plot), event-player
  • Plot Exit
    | Patterns: [PlotSquared] plot exit[ing], [PlotSquared] exit[ing] plot
    | Values: event-string (Plot), event-player
  • Plot Claim
    | Patterns: [PlotSquared] plot claim[ed] [by player], [PlotSquared] [player] claim[ed] plot
    | Values: event-string (Plot), event-player
  • Plot Delete
    | Patterns: [PlotSquared] [player] plot delete[d], [PlotSquared] [player] delete[d] plot
    | Values: event-string (Plot), event-player
  • Plot Merge
    | Patterns: [PlotSquared] [player] plot merge[d], [PlotSquared] [player] merge[d] plot
    | Values: merge direction, event-string (Plot), event-player
  • Plot Clear
    | Patterns: [PlotSquared] [player] plot clear[ed], [PlotSquared] [player] clear[ed] plot
    | Values: event-string (Plot), event-player
  • Plot Rate
    | Patterns: [PlotSquared] plot rat(e|ing), [PlotSquared] rat(e|ing) plot
    | Values: event-string (Plot), event-player
  • Plot Denied
    | Patterns: [PlotSquared] player deny player [from plot], [PlotSquared] player den(y|ied) from plot
    | Values: denied player, event-string (Plot), event-player
  • Plot Undenied
    | Patterns: [PlotSquared] player undeny player [from plot], [PlotSquared] player unden(y|ied) from plot
    | Values: undenied player, event-string (Plot), event-player
  • Plot Trust
    | Patterns: [PlotSquared] player trust player [(in|on|at) plot], [PlotSquared] player trusted (in|on|at) plot
    | Values: trusted player, event-string (Plot), event-player
  • Plot Untrust
    | Patterns: [PlotSquared] player untrust player [in plot], [PlotSquared] player untrusted (on|in) plot
    | Values: untrusted player, event-string (Plot), event-player
  • Plot Teleport
    | Patterns: [PlotSquared] [PlotSquared] [player] teleport to plot
    | Values: event-string (Plot), event-player

Expressions

  • Plot at Location
    | Patterns: [the] [ID of [the]] [PlotSquared] plot at %location%
  • Owned Plots
    | Patterns: [PlotSquared] owned plots of %offlineplayer%, [plotsquared] %offlineplayer%['][s] owned plots
  • Owner of Plot
    | Patterns: [PlotSquared] owner[s] of plot [with id] %string%, [plotsquared] plot owner[s] of [id] %string%
  • Trusted Players in Plot
    | Patterns: [PlotSquared] trusted player[s] (in|on) plot [with id] %string%
  • Members of Plot
    | Patterns: [PlotSquared] members (in|of) plot [with id] %string%
  • Denied Players in Plot
    | Patterns: [PlotSquared] denied player[s] (in|on) plot [with id] %string%
  • All Plot ID's
    | Patterns: [PlotSquared] all [of the] plot ids [in %-world%]
  • Plot Flag
    | Patterns: [PlotSquared] [value of] [the] flag %string% (in|for) plot [with id] %string%
    | Can be set to a Boolean value (EX: set flag "server-plot" for plot "0;0" to true)
  • All Plot Flags
    | Patterns: [PlotSquared] [value of] [all] flags (of|in|for) plot [with id] %string%
  • Plot Home
    | Patterns: [PlotSquared] [the] home [location] of plot [with id] %string%
  • Plot Rating
    | Patterns: [PlotSquared] [the] [average] rating of plot [with id] %string%
  • Plot Biome
    | Patterns: [PlotSquared] [the] biome of plot [with id] %string%
  • Plot Border
    | Patterns: [PlotSquared] [all] [inner] border blocks of plot [with id] %string% (at|with) height %number%

Conditions

  • Location in Road
    | Patterns: [PlotSquared] %location% (1¦is|2¦is(n't| not)) in[side] [the] [plot] road
  • Player is Trusted
    | Patterns: [PlotSquared] %offlineplayer% (1¦is|2¦is(n't| not)) trusted in [plot] [with id] %string%