/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java
ViewVC logotype

Log of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2432 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 9 13:55:54 2015 UTC (9 years, 2 months ago) by torben
File length: 18133 byte(s)
Diff to previous 2429
Remove/silence warnings

Revision 2429 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 9 12:29:22 2015 UTC (9 years, 2 months ago) by torben
File length: 17934 byte(s)
Diff to previous 2426
silence some warnings

Revision 2426 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 7 20:54:11 2015 UTC (9 years, 2 months ago) by torben
File length: 17934 byte(s)
Diff to previous 1949
fix compilation errors

Revision 1949 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 22 19:38:26 2013 UTC (11 years, 1 month ago) by torben
File length: 17892 byte(s)
Diff to previous 1916
Add options for locking a hopper

Revision 1916 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 18 09:44:30 2013 UTC (11 years, 4 months ago) by torben
File length: 18034 byte(s)
Diff to previous 1915
also report commentstring when loggin added/removed items from snitching chests

Revision 1915 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 18 09:41:46 2013 UTC (11 years, 4 months ago) by torben
File length: 17980 byte(s)
Diff to previous 1904
server operators kan remove locks from others chests or set a new owner

Revision 1904 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 18 10:33:47 2012 UTC (11 years, 5 months ago) by torben
File length: 17890 byte(s)
Diff to previous 1874
store a cached modifyUsers as set<String> since it will be called quite often

Revision 1874 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 27 15:38:11 2012 UTC (11 years, 5 months ago) by torben
File length: 17923 byte(s)
Diff to previous 1871
log when ever a user tries to do something on a locked chest

Revision 1871 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 8 19:47:51 2012 UTC (11 years, 6 months ago) by torben
File length: 17344 byte(s)
Diff to previous 1870
only log comment string if there's actually a comment

Revision 1870 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 7 08:29:16 2012 UTC (11 years, 6 months ago) by torben
File length: 17413 byte(s)
Diff to previous 1869
add chest comment to log statements

Revision 1869 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 6 16:49:06 2012 UTC (11 years, 6 months ago) by torben
File length: 17206 byte(s)
Diff to previous 1868
add option of commenting the chests

Revision 1868 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 5 21:46:57 2012 UTC (11 years, 6 months ago) by torben
File length: 16375 byte(s)
Diff to previous 1854
prevent chest from being destroyed by fire

Revision 1854 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 2 18:39:29 2012 UTC (11 years, 7 months ago) by torben
File length: 16021 byte(s)
Diff to previous 1853
added setown to hand a chest over to another player

Revision 1853 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 2 16:40:56 2012 UTC (11 years, 7 months ago) by torben
File length: 15269 byte(s)
Diff to previous 1852
fix NPE: check for null chests _before_ testing ownership

Revision 1852 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 2 09:16:21 2012 UTC (11 years, 7 months ago) by torben
File length: 15265 byte(s)
Diff to previous 1813
make sure only the chest owner modifes the chest

Revision 1813 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 28 10:19:26 2012 UTC (11 years, 10 months ago) by torben
File length: 14944 byte(s)
Diff to previous 1811
Use AdvancedChest for all log messages - and built against latest release bukkit

Revision 1811 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 09:30:32 2012 UTC (11 years, 11 months ago) by torben
File length: 14923 byte(s)
Diff to previous 1810
Log when we prevented a chest open

Revision 1810 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 4 18:27:14 2012 UTC (11 years, 11 months ago) by torben
File length: 14790 byte(s)
Diff to previous 1809
Log when ever we prevents a chest from getting destroyed

Revision 1809 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 20:34:42 2012 UTC (11 years, 11 months ago) by torben
File length: 14528 byte(s)
Diff to previous 1808
Simplify allowUsers code

Revision 1808 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 20:16:40 2012 UTC (11 years, 11 months ago) by torben
File length: 14463 byte(s)
Diff to previous 1807
use offlineplayer's name instead of the user supplied value


Revision 1807 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 18:05:09 2012 UTC (11 years, 11 months ago) by torben
File length: 14453 byte(s)
Copied from: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/LockedChest.java revision 1806
Diff to previous 1806
Refactor snitchingchests and lockedchests into 1 code unit

Revision 1806 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 20:15:38 2012 UTC (11 years, 11 months ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/LockedChest.java
File length: 7671 byte(s)
Diff to previous 1805
prevent that the chest is destroyed in explosion

Revision 1805 - (view) (download) (annotate) - [select for diffs]
Added Mon May 28 15:36:28 2012 UTC (11 years, 11 months ago) by torben
Original Path: miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/LockedChest.java
File length: 7369 byte(s)
Add LockedChests

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20