Commit Graph

116 Commits

Author SHA1 Message Date
EtienneDx
a14504861f added container rent 2021-05-26 11:31:33 +02:00
EtienneDx
d7fa646356
Merge pull request #30 from FabianGal45/master
Added "UseDecimalCurrency" to the config.yml & changed the rent sign
2021-05-26 10:02:22 +02:00
EtienneDx
44375fd260 first rent check after one minute and not directly 2021-05-26 09:53:52 +02:00
FabianGal45
00777b9842 Removed the iml file and added the changes 2021-05-02 23:14:43 +01:00
FabianGal45
1b18797ad5 Added ongoing rent to Config 2021-05-02 22:31:48 +01:00
Fabian Gal
cb35296c2c Added the choice of excluding decimal numbers in the config (quick solution) 2021-04-18 01:42:06 +01:00
Fabian Gal
0174d9cb95 MAde space for the Rent sign so it will allow the full player name to be displayed underneath 2021-04-17 23:31:57 +01:00
EtienneDx
eb181214ce Started extracting messages to allow easier translations 2021-01-20 21:30:05 +01:00
EtienneDx
93735c51da Merge branch 'master' of https://github.com/EtienneDx/RealEstate 2021-01-20 20:33:23 +01:00
EtienneDx
16e700aa23 Updated GP dependency 2021-01-20 20:32:49 +01:00
EtienneDx
0116f2f12d
changed version string 2020-05-17 09:57:35 +02:00
EtienneDx
0257fdd588 Added DmitryRendov as an author 2020-05-15 18:28:02 +02:00
EtienneDx
1e3f8f76b4 fixed #22, smaller default page size 2020-05-15 18:22:44 +02:00
EtienneDx
bb92624332
Merge pull request #20 from DmitryRendov/loc
Introduce messages.yml for further localization
2020-05-15 18:19:00 +02:00
EtienneDx
6c967caa89
Update src/me/EtienneDx/RealEstate/Messages.java 2020-05-15 18:18:24 +02:00
Dmitry Rendov
8bf9ae58a0 Replace messages with AnnotationConfig 2020-05-15 17:37:35 +03:00
Dmitry Rendov
ca0243e831 Remove redundant coloring from messages 2020-05-15 17:27:19 +03:00
Dmitry Rendov
e240af74f0 Update src/me/EtienneDx/RealEstate/Config.java
Co-authored-by: EtienneDx <32039535+EtienneDx@users.noreply.github.com>
2020-05-15 17:27:19 +03:00
Dmitry Rendov
104b130d28 Update src/me/EtienneDx/RealEstate/Config.java
Co-authored-by: EtienneDx <32039535+EtienneDx@users.noreply.github.com>
2020-05-15 17:27:19 +03:00
Dmitry Rendov
7a91bac6ee Update src/me/EtienneDx/RealEstate/Config.java
Co-authored-by: EtienneDx <32039535+EtienneDx@users.noreply.github.com>
2020-05-15 17:27:19 +03:00
Dmitry Rendov
3410d27851 Introduce messages.yml for further localization 2020-05-15 17:27:19 +03:00
EtienneDx
a97b667795 fix in AnnotationConfig 2020-05-15 15:37:45 +02:00
EtienneDx
b7eb449146 added admin /re cancel command 2020-05-15 11:12:06 +02:00
EtienneDx
2fd872d707 cleanup of old comments 2020-05-15 10:26:03 +02:00
EtienneDx
80131ea2d9 Permissions fixed for rents and allowed admins to use exit offers (#9
and #19)
2020-05-14 19:17:13 +02:00
EtienneDx
eb35e8fde7 Adapted code to fit the latest Grief Prevention build 2020-05-12 21:31:24 +02:00
EtienneDx
16a581f397 Fix Issue #16 2020-05-12 18:02:16 +02:00
EtienneDx
e7af45f34b Merge branch 'master' of https://github.com/EtienneDx/RealEstate 2020-05-12 17:47:59 +02:00
EtienneDx
fe8eb101da Removed unused code 2020-05-12 17:47:39 +02:00
EtienneDx
b3be946de7
Merge pull request #15 from maxnz/patch-1
Add api-version to plugin.yml
2020-04-22 09:12:53 +02:00
Max Narvaez
ca68ca4f61
Add api-version to plugin.yml
The plugin is being loaded as a "legacy plugin" because the api-version is not set. This should make Spigot stop complaining about how it doesn't have an api-version and allow it to load as a normal plugin.
2020-04-21 14:38:21 -05:00
EtienneDx
5570e8bec2 Multiple bug fixes 2020-02-27 18:09:22 +01:00
EtienneDx
44f64dd400 fixes for admin claims renting and leasing 2019-08-27 13:16:06 +02:00
EtienneDx
f25693ce6b grant permission trust on rent lease 2019-08-27 11:45:12 +02:00
EtienneDx
8bb1b46cd0 Proper shade of AnnotationConfig 2019-08-12 18:45:16 +02:00
EtienneDx
db7e5976c0 First release 2019-08-06 20:52:29 +02:00
EtienneDx
05cf6754ea add /re list command and other syntax 2019-08-06 16:45:57 +02:00
EtienneDx
c18769d586 Fixed sell not being loaded (need constructor, even if super) 2019-08-06 14:59:03 +02:00
EtienneDx
8c18e01cb4 Changed to automatically sell/rent/lease as 'SERVER' for admin claims 2019-08-06 14:34:13 +02:00
EtienneDx
2cff090309 added /re seller command to change who is selling an admin claim 2019-07-31 17:26:15 +02:00
EtienneDx
96a50c1107 Fix sign error with short names 2019-05-21 23:53:02 +02:00
EtienneDx
abb2ca2d57 Switched to AnnotationConfig-1.0 2019-05-18 21:45:06 +02:00
EtienneDx
0e495231c5 Added AnnotationConfig support, so config now includes comments 2019-05-18 21:32:57 +02:00
EtienneDx
6a9ed1447e Added support for GP patch to prevent claim resizes & all 2019-05-17 15:09:57 +02:00
EtienneDx
72617e650a Switched to version 0.2.0-SNAPSHOT 2019-05-16 17:32:17 +02:00
EtienneDx
aa4138808a
Merge pull request #7 from EtienneDx/feature-currency-symbol
Added currency symbol as a config option
2019-05-16 17:29:42 +02:00
EtienneDx
d3b38ba056
Merge pull request #6 from EtienneDx/spigot_1.14
Switched to 1.14 spigot version
2019-05-16 17:26:59 +02:00
EtienneDx
a30d449335 Added currency symbol as a config option 2019-05-16 17:22:53 +02:00
EtienneDx
20d538d901 Switched to 1.14 spigot version 2019-05-16 15:56:30 +02:00
EtienneDx
70c612a5d7
Merge pull request #5 from SpencerSharkey/patch-1
Fix NPE when player steps on pressure plate
2019-05-16 15:14:58 +02:00