A plugin for additional Proxyshop templates.
- Borderless Showcase
Please note that this template has a lower than normal bottom area reserved for the collector info fields. - Borderless Enhanced
- Vectorized Borderless Planeswalker
- My unofficial development build of Proxyshop. I have submitted the required changes to be merged to the official Proxyshop, but as long as the original maintainer won't proceed with the review process the official version will remain incompatible. It's also not advisable to keep waiting for the merge to the official version as some of my PRs have been waiting for feedback for over a year as of 2026-05-21.
- Photoshop 23.5 or newer
- Download the latest release and extract the archive to your plugins folder (
/path/to/your/Proxyshop/plugins/). You should end up with the following file structure:Proxyshop ├── plugins │ └── proxy_stuff │ ├── manifest.yml │ └── ... ├── Proxyshop.exe └── ... - Download the templates via Proxyshop's updater (recommended) or manually from here. Manually downloaded templates (.psd files) should be placed at
/path/to/your/Proxyshop/plugins/proxy_stuff/templatesdirectory. - Look at the Troubleshooting section as it is quite likely that you will encounter at least the 'Confirmation dialog halts the rendering' problem.
Ensure that you have the latest Proxyshop build (see Requirements) and that your installation follows the aforementioned file structure (see Installation).
If you get a confirmation dialog that says "This opeartion will turn a live shape into a regular path. Continue?", tick the "Don't show again" checkbox and press "Yes". Then try rendering the card again.
If you get an error similar to FileNotFoundError: [Errno 2] No such file or directory: 'path\to\proxy_stuff\dist\<some_name>.js', you should use a prebuilt release or transpile the TypeScript scripts yourself as described in the Development environment section.
You could open an issue. Make sure to attach the error log, if one exists, from Proxyshop to your issue.
Node.js is required in addition to the basic requirements.
Install dependencies
npm install
Transpile scripts
npm run build
Thanks to all to those that have helped in various ways with the development of this plugin:
- Kapa the Bard, creator of Polymath Proxy
- Alex Taxiera
This plugin uses assets from existing Proxyshop templates, so look at Proxyshop's credits too see whose work those are.
MIT